#1683 closed defect (fixed)
org.xnap.commons.i18n.I18nFactory.getI18n isnt included
| Reported by: | anonymous | Owned by: | framm |
|---|---|---|---|
| Priority: | major | 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)
Changed 5 years ago by mcdmx@…
comment:1 Changed 5 years ago by mcdmx@…
comment:2 Changed 5 years ago by PHerison
Same problem with Windows2000 and JRE 1.5 and 1.6
(http://forum.openstreetmap.org/viewtopic.php?pid=10180#p10180)
comment:3 Changed 5 years ago by anonymous
- Resolution set to fixed
- Status changed from new to closed
Fixed.



I had the same problem on my Linux-Box with LANG set to en_US.UTF-8. See attached patch for a possible fix.