Opened 14 years ago
Closed 14 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 by , 14 years ago
Priority: | major → Feedback Pending |
---|
comment:2 by , 14 years ago
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 by , 14 years ago
Priority: | Feedback Pending → major |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Thanks for reporting back.
set LANG=en_US
should help.