default charset MS950 not supported, using ISO-8859-1 instead
peter tong
Ranch Hand
Joined: Mar 15, 2008
Posts: 234
posted
0
when my client run java -version, the following warning is prompted,and the application cannot be run. what is the reason for this? my client database collation is SQL_Latin_General_CP1_CI_AS
What version of what operating system is your client using, and what is the language setting of the operating system? Is the client using a Chinese version of Windows?
Which version of Java are you using?
According to this list, Java 5 does support MS950 (Windows Traditional Chinese) - it's at the bottom of the page. [ July 16, 2008: Message edited by: Jesper Young ]