Any idea what would cause this error in a web browser, but not from the command line? I have an active server page that calls a java program that does an MQSeries query to the mainframe, and returns a message to the web browser. It is my understanding that the data comes back in EBCDIC, and java using MQSeries classes converts it to code page 437 (PC Original). This is what the browser returns:
java.io.UnsupportedEncodingException: 437 [Could not load class: sun.io.ByteToCharCp437]
If I run it from the command line, it returns fine. Any thoughts from a java perspective?
Thanks,
gordon
java.io.UnsupportedEncodingException: 437 [Could not load class: sun.io.ByteToCharCp437]
If I run it from the command line, it returns fine. Any thoughts from a java perspective?
Thanks,
gordon