IOException when opening XML files

Oxygen general issues.
jcarle
Posts: 3
Joined: Sun Aug 27, 2006 1:51 am

IOException when opening XML files

Post 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
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post 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
jcarle
Posts: 3
Joined: Sun Aug 27, 2006 1:51 am

Post by jcarle »

This is what I get:

Image

Image
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post 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
jcarle
Posts: 3
Joined: Sun Aug 27, 2006 1:51 am

Post 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.
Post Reply