Page 1 of 1
IOException when opening XML files
Posted: Sun Aug 27, 2006 1:54 am
by jcarle
These two XML files cause an IOException from oxygen when I try to open them in the editor.
http://www.jcarle.com/public/oxygenIOException.zip
Posted: Mon Aug 28, 2006 10:56 am
by sorin_ristache
Hello,
I can open them without problem in <oXygen/> versions 7.2, 7.1 and 6.2 on Windows. They have Big5 encoding and gb2312 encoding. What is your platform and Java virtual machine version ? The error is about an unsupported encoding ? If yes does the list of all encodings displayed in the next dialog contain Big5 and GB2312 ? If not what is the full error messge ?
Regards,
Sorin
Posted: Tue Aug 29, 2006 5:59 pm
by jcarle
This is what I get:

Posted: Wed Aug 30, 2006 2:25 pm
by sorin_ristache
Hello,
Probably the Java runtime environment installed on your computer does not have the charsets called Big5 and GB2312 declared in the files contained in
your archive. Please try with
the install kit for windows which includes a JVM. Do you get the same error with that kit ?
Regards,
Sorin
Posted: Thu Aug 31, 2006 1:07 am
by jcarle
I modified my installation of the Java VM. After I did a custom install and chose support for additional languages, everything works now.