Re: java.io.UnsupportedEncodingException: NSMacOSRomanStringEncoding
Re: java.io.UnsupportedEncodingException: NSMacOSRomanStringEncoding
- Subject: Re: java.io.UnsupportedEncodingException: NSMacOSRomanStringEncoding
- From: "Xia, Wen" <email@hidden>
- Date: Tue, 19 Dec 2006 14:56:25 -0800
- Thread-topic: java.io.UnsupportedEncodingException: NSMacOSRomanStringEncoding
Title: Re: java.io.UnsupportedEncodingException: NSMacOSRomanStringEncoding
Thank you all for your help. This is what we did which seems to solve the problem:
Edit the file ...YourApp.woa\Contents\Windows\CLSSPATH.TXT
And change the line
# JVM == java
To read something like (give the explicit path to JVM)
# JVM == c:\jdk1.4.2_04\jre\bin\java.exe
-- Wen
On 12/19/06 9:52 AM, "Art Isbell" <email@hidden> wrote:
On Dec 19, 2006, at 6:48 AM, Xia, Wen wrote:
I have a WebObjects web application with about 10 pages running on a Window machine. When I first brought up the second page I got this error: java.io.UnsupportedEncodingException: NSMacOSRomanStringEncoding .
This exception can be thrown if the Java JRE version is not the multilanguage version. However, it appears that at this time, the only Windows download choice since Java 1.4 is the multilanguage version. If you're running a Java version earlier than 1.4, you might have the U.S. English version installed which is insufficient.
Aloha,
Art
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden