原文地址:http://blog.csdn.net/hytdsky/article/details/4736462

Eclipse出现这个问题而不能查看源代码  原因就是语言包的问题 出现这个问题了 一定是安装了中文或者多国语言包

下面我就来交大家解决的办法 超简单的

第一步

配置自己Eclipse的启动参数  eclipse.ini  在最后面加入这段代码   -Duser.language=en

如图转:未能打开编辑器:Unmatched braces in the pattern.-LMLPHP    其他的不用改 最后加上就行

然后打开Eclipse  这是Eclipse应该变为英文的了

转:未能打开编辑器:Unmatched braces in the pattern.-LMLPHP

点击attach source

选择 src.zip包 在java jdk下面

转:未能打开编辑器:Unmatched braces in the pattern.-LMLPHP

英文界面显示成功

转:未能打开编辑器:Unmatched braces in the pattern.-LMLPHP

下面切换回来中文  把刚才在eclipse.ini里添加的 最后那一段删除  重启Eclipse

点击源代码查看  大功告成

转:未能打开编辑器:Unmatched braces in the pattern.-LMLPHP

如果要查看swt 代码也可以 请查看http://blog.csdn.net/hytdsky/archive/2009/07/05/4323454.aspx

05-11 02:14