Dear List,
We have an SWT application, that when run from the console using "java -jar
." behaves as expected, but when we run it through its jnlp file (like
"javaws something.jnlp"), the text input fields behave strangely. When
entering an "á" character (aacute) it gets converted to some other 1 byte
code page (as we saw the 0x87 byte in the sent form data), that causes an
exception like this:
org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxIOException: Invalid UTF-8
start byte 0x87 (at char #231, byte #127)
We suspect it is a problem in the environment that javaws creates for the
java executable, but we ran out of ideas on what else we could check.
Any help would be greatly appreciated!
Regards,
Kacsor
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden