8

I've got problem with Eclipse. It crashes time by time (4-5 times a day), without any errors! (CPU usage is also normal), but I can't do anything - click or write in Eclipse, or close this application. Only kill "javaw" process in process manager helps. After restart, my workspace is corrupted and I have to configure some things again (custom perspectives and install other versions of JDK). It is very problematic.

Any ideas? Some info I have found, refer to older versions of eclipse.

I've tried EE and standard version, Kepler and Juno, on Windows, without any plugins.

4

4 回答 4

21

我将以下行添加到 eclipse.ini

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

这条线到 config.ini

org.eclipse.swt.browser.DefaultType=mozilla

我的问题解决了。

于 2014-06-25T15:56:29.747 回答
3

1)如果不同的Eclipse版本有相同的问题,那是你的PC配置问题,而不是Eclipse的问题。你试过在其他电脑上做同样的事情吗?

2) 对于您的 PC,问题可能是 Java 的旧版本,例如 Java 7 小于更新 12。

3) 可能当前用户设置已损坏,请尝试以其他用户身份登录。

4) 审查/workspace/.metadata/.log分析。

于 2013-08-11T15:37:37.383 回答
2

我找到了解决方案:没有安装正确的 java 版本。我的 Eclipse 是 64 位版本,但只安装了 java 32 位,所以我安装了完整包:jre7 32 位、jre7 64 位、jre6 32 位和 jre6 64 位。现在一切正常。

于 2013-11-13T09:51:38.917 回答
1

甚至我也面临同样的问题。就我而言,我同时安装了 jdk6、7 和 8。我的 Eclipse 使用的是 jdk6,我的 Android 工作室使用的是 jdk8。

解决方案:卸载所有jdk,jre版本,只保留一个jdk-jre。我保留了 jdk6/jre6,这解决了问题

于 2016-09-18T08:21:00.813 回答