[josm-dev] Resource bundle not found exception

Jiri Klement jiri.klement at gmail.com
Wed Oct 29 20:50:15 GMT 2008


Hi,

Josm compiled from svn fails with following exception:

java.util.MissingResourceException: Resource bundle not found
       at org.xnap.commons.i18n.I18nFactory.getI18n(I18nFactory.java:257)
       at org.xnap.commons.i18n.I18nFactory.getI18n(I18nFactory.java:180)
       at org.xnap.commons.i18n.I18nFactory.getI18n(I18nFactory.java:127)
       at org.xnap.commons.i18n.I18nFactory.getI18n(I18nFactory.java:116)
       at org.openstreetmap.josm.gui.MainApplication.main(MainApplication.java:181)

Running josm with LC_ALL=en_GB java -jar dist/josm-custom.jar fixes
the issue so it's probably neccesary to somehow define default
language.

--
Jiri




More information about the josm-dev mailing list