简体   繁体   English

Eclipse Kepler定期在Ubuntu 13.10上崩溃

[英]Eclipse Kepler crashes regularly on Ubuntu 13.10

It often happens when i synchronize my workbench. 当我同步我的工作台时经常会发生这种情况。 I use subclipse with svn version 1.7.9. 我使用svn版本1.7.9的subclipse。

already tried this https://stackoverflow.com/a/16384754/835703 but it didn't help. 已经尝试过这个https://stackoverflow.com/a/16384754/835703,但它没有帮助。

java version "1.7.0_45"
Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)

eclipse.ini 的eclipse.ini

-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20130807-1835
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vm
/home/user/opt/jdk1.7/bin/java
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Dorg.eclipse.swt.browser.DefaultType=mozilla
-XX:MaxPermSize=256m
-Xms40m
-Xmx512m

Your Java VM is not working properly. 您的Java VM无法正常运行。 Please check that it is installed as "usr/local/java" and not in any particular user profile. 请检查它是否安装为“usr / local / java”,而不是任何特定的用户配置文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM