Modify

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#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)

0001-I18n-Don-t-abort-if-translation-resource-bundle-is.patch (1.6 KB ) - added by mcdmx@… 16 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 by mcdmx@…, 16 years ago

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

comment:2 by PHerison, 16 years ago

Same problem with Windows2000 and JRE 1.5 and 1.6
(http://forum.openstreetmap.org/viewtopic.php?pid=10180#p10180)

comment:3 by anonymous, 16 years ago

Resolution: fixed
Status: newclosed

Fixed.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain framm.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.