How can I put i18n resource files outside of jar file?
807589Aug 23 2008 — edited Aug 24 2008This is my application directory tree:
.\i18n\ui_demo_zh_CN.properties
.\libs\my.jar
I run the application from ".\" directory and got the error of "Can't find bundle ..."
I have added the i18n\ui_demo_zh_CN.properties in MANIFEST.MF classpath entry. What else should I do?