javateddy 发表于 2003-9-1 16:39:44

jbuilder9在Linux下中文问题的解决

终于搞定jbuilder9在Linux下中文问题,特贴出来与大家共享:)

1.到/opt/JBuilder9/jdk1.4/jre/lib目录,
2.cp font.properties.zh.Turbo font.properties
这里会将原来font.properties的内容替换为font.properties的内容
2.open font.properties

3.replace all "tlc" with "misc" & replace all "song" with "simsun" & replace all "gbk" with "gb2312.1980" & save file "font.properties"

4.指定appendedfontpath=/usr/share/fonts/zh_CN/TrueType(这里是你simsun字体的安装目录)

5.打开Jbuilder9,Tools--Edit options---Displays选择宋体,

OK,祝大家在Linux下使用Jbuilder愉快:)

dualky 发表于 2004-1-16 10:32:08

好贴,顶一下,不过jbuilderx 不知这样设置可以吗?回去试试先,多谢了
页: [1]
查看完整版本: jbuilder9在Linux下中文问题的解决