SQLException: JZ006: Caught IOException: java.io.IOException: JZ0I6: An error oc cured converting UNICODE to the charset used by the server. Error message: java .io.CharConversionException: java.io.UnsupportedEncodingException: Cp850 I get the above exception when running a Java app on a Win2000 server with Sybase. It runs perfectly fine when running on my own NT box, but connecting to the same Sybase server. Anyone have any experience with this error. Thanks! Rob
Rob Levo
Ranch Hand
Joined: Oct 01, 2000
Posts: 167
posted
0
Found the answer! If anyone has this problem, you need to manually put the i18n.jar in the runtime. For some reason, it is in the JDK, but not the runtime. I guess it was done to save space, but my app definately needed it.
Cindy Glass
"The Hood"
Sheriff
Joined: Sep 29, 2000
Posts: 8521
posted
0
Yeah - if you notice, it was in the classpath in that .bat file that I shared with you.
"JavaRanch, where the deer and the Certified play" - David O'Meara
Rob Levo
Ranch Hand
Joined: Oct 01, 2000
Posts: 167
posted
0
Of course I noticed, after 4 hours of trying to figure out what was going on, lol.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.