JBuilder will always lose the character of the source code, such as public string getxxx () {compile JBuilder reports public sting getxxx () {, but the editing interface is authentic, if you use an editor such as (NotePad) Open the file It will find that the content is actually inconsistent with the editing interface.
This problem is because JDK 1.4 supports the issue of GB18030 for Chinese platforms. It is recommended to use the following methods: /bin/jdk.config Add VMParam -dfile.Encoding = GBK