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/
本Blog纯属个人学习、工作需要,记录相关资料。请不要发表任何有人身攻击的言论,谢谢! www.zhipsoft.cn
posted on 2007-05-27 18:28
ZhipSoft 阅读(563)
评论(0) 编辑 收藏 所属分类:
Eclipse