When starting the application, I get below the exception. This application reads the abc.properties file,
Exception in thread "main" java.util.MissingResourceException: Can't find bundle for base name abc, locale en_US
at java.util.ResourceBundle.throwMissingResourceException (ResourceBundle.java:853)
at java.util.ResourceBundle.getBundleImpl (ResourceBundle.java:822)
at java.util.ResourceBundle.getBundle (ResourceBundle.java∗66)
at com.ibm.dst.DailyExtract.getResourceBundle (DailyExtract.java:104)
at com.ibm.dst.DailyExtract.main (DailyExtract.java:131)
The abc.properties file is in the workspace. I use RSA7 as an IDE, is there a configuration problem? Any suggestions are welcome .....
Thank you very much in advance
source
share