今天装了 eclipse-jee-europa-winter-linux-gtk-x86_64 后,eclipse 经常异常退出,经 google 搜索,发现是 Java 6 的 Bug,换为 Java 5 就好了。
还有一个办法是改 eclipse.ini
[quote]Best fix that worked for me (so far) is from the other issue that this is a dupe of:
add to eclipse.ini:
-XX:CompileCommand=exclude,org/eclipse/core/internal/dtree/DataTreeNode,forwardDeltaWith
Cleared up my frequent crashing. Really a pain to have to deal with Eclipse when its crashing every 2 min:)
[/quote]
[url]https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/206620[/url]
还有一个办法是改 eclipse.ini
[quote]Best fix that worked for me (so far) is from the other issue that this is a dupe of:
add to eclipse.ini:
-XX:CompileCommand=exclude,org/eclipse/core/internal/dtree/DataTreeNode,forwardDeltaWith
Cleared up my frequent crashing. Really a pain to have to deal with Eclipse when its crashing every 2 min:)
[/quote]
[url]https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/206620[/url]
本文介绍了解决Eclipse频繁异常退出的问题。通过更换Java版本或修改eclipse.ini文件中的配置可以有效避免这一问题。

4469

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



