JCreator3.0 PRo中文顯示問題:
將../JCreatorV3/Syntax/java.syn或jsp.syn相應內容改為
<syntax>
<syntaxstart><%</syntaxstart>
<syntaxend>%></syntaxend>
<extcommentstart></extcommentstart>
<extcommentend></extcommentend>
<extcommentstart2/>
<extcommentend2/>
<commentstart></commentstart>
<commentend/>
<stringstart></stringstart>
<stringend></stringend>
<charstart>'</charstart>
<charend>'</charend>
<preprocessor/>
<Operators>-+*/<>!~%^&=</operators>
<brackets>[](){}</brackets>
<escape>/</escape>
</syntax>
------------------------------
jbuilder10不能在win2003安裝運行?
是由于兼容原因,在安裝文件點擊右鍵,[屬性]-[兼容性]標簽,選擇用其他系統兼容行安裝.
--------
jbuilder的源代碼在運行時中文是亂碼?
問題解決方法
1.工程設置有問題,在project properties中設置Encoding為gbk,或gb2312重啟jb即可
2.(最絕的辦法)找到%jbuilder_home%/bin/jbuilder.config;
打開后找到vmparam -Xms32m;
在下面添加
vmparam -Xms256m(假如沒有的話)
vmparam -Dprimetime.editor.useVariableWidthFont=true
保存并退出.
3.在Documents and Settings/登陸用戶目錄找到一個.jbuilder目錄,刪除 就ok了!
------------------------------------------
Eclipse3安裝lomboz插件后看不到?
1.下載lomboz.301插件及gef301 runtime版
2.將Eclipse3的configuration/org.eclipse.update/目錄下的platform.xml文件刪除,重新啟動Eclipse3
或在啟動Eclipse3帶 -clean參數
未完待續^_^
新聞熱點
疑難解答