java.util.MissingResourceException
Posted
by ashwani66476
on Stack Overflow
See other posts from Stack Overflow
or by ashwani66476
Published on 2010-04-14T10:19:27Z
Indexed on
2010/04/14
10:23 UTC
Read the original article
Hit count: 272
java
Hello Crew I am getting below exception while running an application. This application read 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:566) at com.ibm.dst.DailyExtract.getResourceBundle(DailyExtract.java:104) at com.ibm.dst.DailyExtract.main(DailyExtract.java:131)
abc.properties file reside at the workspace. I am using RSA7 as IDE, is there any setting problem? any suggestions are welcome.....
Thanks a lot in advance
© Stack Overflow or respective owner