Modify

Opened 5 years ago

Closed 5 years ago

Last modified 4 years ago

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

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

Download all attachments as: .zip

Change History (4)

comment:1 Changed 5 years ago by mcdmx@…

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 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.

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as closed .
as The resolution will be set. Next status will be 'closed'.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.