java.util.MissingResourceException: Can't find bundle for base name 'property_file name', locale en_US
I am trying to create a utility class ReadPropertyUtil.java for reading data from property file. While my class is located under a util directory , my skyscrapper.properties file is placed in some other directory. But , when i try to access the properties using [ResourceBundle][1] , i get exceptions, that bundle can't be loaded. Below is the code on how I am reading the properties and also an image which shows my directory structure. ReadPropertiesUtil.java /** * Properties file name. */ private static final String FILENAME = "skyscrapper"; /** * Resource bundle. */ private static