#1683 closed defect (fixed)
org.xnap.commons.i18n.I18nFactory.getI18n isnt included
Reported by: | anonymous | Owned by: | framm |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | unspecified | Version: | latest |
Keywords: | Cc: |
Description
Since build #1058
org.xnap.commons.i18n.I18nFactory.getI18n class is required, but it isnt included in the jar file.
here is my error output:
$ java -jar josm-snapshot-1058.jar
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)
Attachments (1)
Change History (4)
by , 16 years ago
Attachment: | 0001-I18n-Don-t-abort-if-translation-resource-bundle-is.patch added |
---|
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Same problem with Windows2000 and JRE 1.5 and 1.6
(http://forum.openstreetmap.org/viewtopic.php?pid=10180#p10180)
I had the same problem on my Linux-Box with LANG set to en_US.UTF-8. See attached patch for a possible fix.