开始一切正常,那个紫色的eclipse图片和进度条消失后就弹出来一个没有脸孔的对话框,Over。查workspace/.metadata/.log,发现报"Widget disposed too early"。google之,得到解决方案:
https://bugzilla.redhat.com/show_bug.cgi?id=483832 注意其中的这一段:
As a workaround for first-time startup of a new workspace (the welcome screen uses the browser component which is causing the problem), try this:
echo "org.eclipse.ui/showIntro=false" > /tmp/noWelcomeScreen.ini
eclipse -pluginCustomization /tmp/noWelcomeScreen.ini”
Eclipse启动问题解决
本文介绍了一种Eclipse启动时出现的问题及解决方法。当Eclipse的欢迎界面使用导致问题的浏览器组件时,可以通过禁用欢迎界面来规避此问题。

被折叠的 条评论
为什么被折叠?



