在jbuilder.config文件(JBuilder2005/bin/jbuilder.config)中找到:
# Tune this VM to provide enough headroom to work on large
# applications
在其后添加:vmparam -Dprimetime.editor.useVariableWidthFont=true
即:
# Tune this VM to provide enough headroom to work on large
# applications
vmmemmin 32m
vmmemmax 75%
vmparam -Dprimetime.editor.useVariableWidthFont=true
我的机器上是这样就好了,行不行大家试试吧
博客介绍了在JBuilder2005中配置可变宽度字体的方法。需在jbuilder.config文件(JBuilder2005/bin/jbuilder.config)特定位置后添加vmparam -Dprimetime.editor.useVariableWidthFont=true参数,作者称自己机器上配置后可行,建议大家尝试。
4625

被折叠的 条评论
为什么被折叠?



