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 阅读(1945)
评论(3) 编辑 收藏 所属分类:
Java