Eclipse不会启动(Ubuntu):JVM终止。 退出代码= 13

我有一个与Eclipse的问题。 当我尝试启动它时,出现以下错误消息:

JVM terminated. Exit code=13 /usr/bin/java -Xms40m -Xmx384m -Dorg.eclipse.equinox.p2.reconciler.dropins.directory=/usr/share/eclipse/dropins -XX:MaxPermSize=256m -jar /usr/lib/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.dist.jar -os linux -ws gtk -arch x86_64 -showsplash -launcher /usr/lib/eclipse/eclipse -name Eclipse --launcher.library /usr/lib/eclipse//plugins /org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.dist/eclipse_1407.so -startup /usr/lib/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.dist.jar --launcher.overrideVmargs -exitdata a8004 -vm /usr/bin/java -vmargs -Xms40m -Xmx384m -Dorg.eclipse.equinox.p2.reconciler.dropins.directory=/usr/share/eclipse/dropins -XX:MaxPermSize=256m -jar /usr/lib/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.dist.jar 

我find了相同的错误代码,但下面没有相同的文字,build议的解决scheme不起作用。

你可以帮我吗?

通常与Eclipse和JVM的不兼容体系结构有关。 我打赌你得到了日蚀32位试图运行在64位jvm。

如上所述,您肯定使用不兼容的JVM。 运行以下命令检查并设置正确的JVM:

 sudo update-alternatives --config java 

错误信息是不同的,因为你正在用不同的参数启动eclipse,错误信息就是简单的列出参数。 因此,谷歌提供的答案将起作用,我认为在下面的页面提供的信息将是足够的。

http://www.ehow.com/how_4784069_terminated-exit-code-error-eclipse.html

无法运行Eclipse; JVM终止。 退出代码= 13

我有类似的问题。 解决之后,我从http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1880261.html下载了JRE

并把它放在eclipse的路径中,如下所示 –

abc @ ubuntu:〜/ Downloads / eclipse $ ls

about_files

组态

的eclipse.ini

icon.xpm

p2 about.html

的dropins

EPL-v10.html

JRE

插件artifacts.xml

特征

notice.html

自述

我希望它有帮助。