zoukankan      html  css  js  c++  java
  • KDE下,Eclipse总是崩溃的解决方法

    最近升级了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没有崩溃,看来问题解决了。

  • 相关阅读:
    Action返回类型
    低成本FPGA中实现动态相位调整
    SERDES高速系统(二)
    SERDES高速系统(一)
    Avalon总线概述
    FPGA热设计
    功耗的挑战
    特性阻抗介绍
    低阻抗电源分配系统
    非理想回路信号衰减
  • 原文地址:https://www.cnblogs.com/yangling-allen/p/3599203.html
Copyright © 2011-2022 走看看