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

  • 相关阅读:
    Android打包key密码丢失找回
    Java 操作 elasticsearch 报错(1)
    Linux Hbase1.2.6 安装及使用(1)
    JAVA WEB 作用域之间的区别
    JSTL 与 EL
    HTML CSS 常用单词
    java
    CentOS 7 MySQL 5.7 主从设置
    VMware安装CentOS7后配置静态IP
    MySQL explain,type分析(转)
  • 原文地址:https://www.cnblogs.com/yangling-allen/p/3599203.html
Copyright © 2011-2022 走看看