1、解決Eclipse3.x中文版Unmatched braces in the pattern錯誤
定位問題應該是語言文件的問題,根據錯誤提示,打開語言包插件的org.eclipse.jdt.core.nl1_3.1.1.jar文件里面找到org\eclipse\jdt\internal\core\util\messages_zh.properties,將“disassembler_opentypedeclaration=\ \u201C{\u201D”改為如下:disassembler_opentypedeclaration=\ '{' 即可。
2、我所常用的Eclipse插件及其在線安裝/更新地址
??? MyEclipse5.0?????http://www.myeclipseide.com
??? SpringIDE??? ??? http://springide.org/updatesite
??? FatJar?? ?? ?? ? http://kurucz-grafika.de/fatjar
??? Aptana?????????http://update.aptana.com/update/
????Metrics?????? ??http://metrics.sourceforge.net/update
??? CheckStyle??????http://eclipse-cs.sourceforge.net/update
??? QuickREx??????
http://www.bastian-bergerhoff.com/eclipse/features???Implements???
http://eclipse-tools.sourceforge.net/updates/???EasyExpoler???
http://sourceforge.net/projects/easystruts/???Log4E?????????
http://log4e.jayefem.de/update???CodePro
???KeepResident??????????????????
http://suif.stanford.edu/pub/keepresident/
posted on 2006-07-17 13:44
Robin's Programming World 閱讀(1951)
評論(3) 編輯 收藏 所屬分類:
Java