ResourceBundle greetings = ResourceBundle.getBundle("sampleA_code2.GoodMannersBundle");Exceptionin thread "main" java.util.MissingResourceException: Can'tfind bundle for base name sampleA_code2.GoodManner
所以我尝试使用resourse=ResourceBundle.getBundle("Text",Locale.ENGLISH );Exception in thread "main" java.util.MissingResourceException: Can'tfind bundle for base name Text, locale en".
jPos中运行单元测试时,我收到关于缺少资源包的错误消息:
org.jpos.core.ConfigurationException: org.jpos.security.SMException: java.util.MissingResourceException: Can'tfind bundle for base name org/jpos/q2/buildinfo, locale en_US (java.util.MissingResourceException</
in thread "main" java.util.MissingResourceException: Can'tfind bundle for base name DEPENDENCYMESSAGEBUNDLE调用java -jar ResourceBundleReader-1.0-SNAPSHOT.jar,我得到以下输出:Exception in thread "m