java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key
问题 I don't know whats going on. Here is my Titles_en_US.properties file: WEBSITE.TITLE = Hello World FOOTER.DISCLAIMER = Disclaimer FOOTER.TERMS_OF_USE = Terms of Use FOOTER.PRIVACY_POLICY = Privacy Policy Here is my method: private String getTitle() throws Exception { System.out.println("\n\n==>"+getProperty("FOOTER.DISCLAIMER",LabelsFile())); return getProperty("WEBSITE.TITLE", LabelsFile()); } Both FOOTER.DISCLAIMER and WEBSITE.TITLE in same properties file but one is working and other is