JBX IDE Chinese input

zhaozj2021-02-16  71

Question: When using Chinese in the JBuilder X IDE environment, Chinese will appear block boxes and cannot display the correct Chinese word correctly.

the reason:

JDK attached to JBUILDER X is J2SDK 1.4.2._01-b06, this version of Chinese has problems

http://developer.java.sun.com/developer/bugparade/bugs/4952424.html

J2SDK 1.4.2_02-B03 version has resolved this problem

Solution:

1. Please install the version of J2SDK 1.4.2_02-B03 (please until this Download: http: //java.sun.com/j2se/1.4.2/download.html)

2. Modify /bin/jdk.config

2.1 Change javapath ../jdk1.4/jre/bin/client/jvm.dll to JavaPath /jre/bin/client/jvm.dll

2.2 Change AddPath ./jdk1.4/lib/tools.jar to AddPath /LIB/Tools.jar

This can solve the problem of Chinese input

转载请注明原文地址:https://www.9cbs.com/read-17578.html

New Post(0)