首页 > 系统服务 > 详细

KDE下,Eclipse总是崩溃的解决方法

时间:2014-03-14 18:30:04      阅读:734      评论:0      收藏:0      [点我收藏+]

最近升级了Eclipse4.3.2, 发现崩溃很频繁,尤其是打开Eclipse Market的时候,100%崩溃。google了一下,找到了原因和解决方案 这个贴子是说是google talk plugin造成的,卸载了就好。 目前我没有测试这种方法。但是看网上反馈,觉得这个方法应该可行。

我采用的是这个回答下面的回答提到的方法。它提到了不卸载google-talkplugin的解决方案 内容是

As a workaround you can try adding ‘-Dorg.eclipse.swt.browser.DefaultType=mozilla‘ at the end of your /etc/eclipse.ini file. This isn‘t an ideal solution (Fedora Eclipse doesn‘t support xulrunner for rendering so the internal web browser won‘t be usable, and certain hover text might not be properly formatted) but it should stop the crashes, and allow you to keep google-talkplugin installed.

I don‘t believe we have a bug to track the issue caused by Eclipse (using webkitgtk) + google-talkplugin within Fedora so I don‘t mind keeping this open to track the progress.

就是说,如果不想卸载google talk plugin,也有权宜之计,就是在eclipse.ini最后加一行:

-Dorg.eclipse.swt.browser.DefaultType=mozilla

副作用是eclipse的内置浏览器可能不好用了。

我采用的是这个办法,因为我也不用eclipse的内置浏览器。

目前为止,eclipse没有崩溃,看来问题解决了。

KDE下,Eclipse总是崩溃的解决方法,布布扣,bubuko.com

KDE下,Eclipse总是崩溃的解决方法

原文:http://www.cnblogs.com/yangling-allen/p/3599203.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!