Opened 13 years ago

Closed 13 years ago

#94 closed defect (invalid)

Locale Issue

Reported by: RealPhil Owned by:
Priority: major Milestone:
Component: general Version: 1.6.0-b22 RC2
Severity: medium Keywords:
Cc:

Description

How do I adjust my system to deal with a Java locale issue? Is there a way for me to fake an en_US locale?

[J:\beta]java -jar tomighty-0.5.jar
6-Apr-2011 10:06:01 PM org.tomighty.log.Log info
INFO: Loading messages for locale en_CA
6-Apr-2011 10:06:02 PM org.tomighty.log.Log info
INFO: Messages file not found: /messages_en_CA.properties

Sorry for the troubles.

Change History (3)

comment:1 Changed 13 years ago by dmik

Priority: majorFeedback Pending

set LANG=en_US should help.

comment:2 Changed 13 years ago by RealPhil

Set LANG=en_US doesn't help. However, it does give me a hint.

Checking inside the .jar application, I believe it's a bug that's not apparent in non-OS/2 environments. The "messages_en_US.properties" is being called but doesn't exist.

Please close this ticket, as it is an application problem not a Java 1.60-22-os2 issue.

Thank you for your time.

comment:3 Changed 13 years ago by dmik

Priority: Feedback Pendingmajor
Resolution: invalid
Status: newclosed

Thanks for reporting back.

Note: See TracTickets for help on using tickets.