RHEL5.2 上eclipse 3.4无法启动的问题及解决

 开始一切正常,那个紫色的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,Google,browser)