Unsupported VM Encoding error
I'm trying to access a database which has some data in chinese language. So when I try to connect to the database I get the following error:
Unsupported VM Encoding MS936
where MS936 is the code for chinese.
I tried alot of things including installing some internationaliztion support version of JRE and also made sure that charsets.jar file was in /lib folder of JRE, but the problem still persists.
Any help regarding this would be greatly appreciated.

