直接编辑
org.eclipse.jface_3.7.0.I20110522-1430.jar\org\eclipse\jface\resource\jfacefonts_windows7.properties
用XP里面的字体替换一下,重启Eclipse搞定。
修改完后,进入解压目录
>e:
>cd org.eclipse.jface_3.7.0.I20110522-1430
然后打包所有的文件
jar -cfm org.eclipse.jface_3.7.0.I20110522-1430.jar "META-INF/MANIFEST.MF" "org/" "META-INF/" .api_description about.html plugin.properties
最后将该jar文件覆盖原来的,重启eclipse就ok了。(在最后有做好的jar文件下载)
Exception in checkAndLoadTargetData.PermGen space解决
http://hi.baidu.com/marsjin/blog/item/60756189fa65e4b00f244494.html
Error notifying a preference change listener
遇到该错误,说明eclipse的cdt插件太旧了,只要把plugin下的cdt相关的插件删除就可以解决这个问题。
英文网址:http://www.velocityreviews.com/forums/t361244-eclipse-error-notifying-a-preference-change-listener.html
启动Eclipse,提示“ Failed to create the Java Virtual Machine”
可能是eclipse的配置文件eclipse/eclipse.ini
-Xms512m
-Xmx512m
中这两个参数设的过大了,设置一个小一点的值,比如256
转自:http://yuanzhifei89.iteye.com/blog/974082