Ubuntu 12.04 Eclipse Java Neon

Ubuntu 12.04 Eclipse Java Neon

当我尝试打开从官方下载的 Eclipse neon 时出现此错误:

JVM terminated. Exit code=13
/home/jan/Java/Javax64/jre1.8.0_101/bin/java
-XX:+UseG1GC
-XX:+UseStringDeduplication
-Xms256m
-Xmx1024m
-Declipse.p2.max.threads=10
-Doomph.update.url=Link removed due to link restriction
-Doomph.redirection.index.redirection=index:/->Link removed due to link restriction
-Dorg.eclipse.swt.internal.gtk.cairoGraphics=false
-jar /home/jan/eclipse/java-neon/eclipse//plugins/org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar
-os linux
-ws gtk
-arch x86_64
-showsplash
-launcher /home/jan/eclipse/java-neon/eclipse/eclipse
-name Eclipse
--launcher.library /home/jan/.p2/pool/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.400.v20160518-1444/eclipse_1617.so
-startup /home/jan/eclipse/java-neon/eclipse//plugins/org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar
--launcher.appendVmargs
-exitdata 488006
-product org.eclipse.epp.package.java.product
-vm /home/jan/Java/Javax64/jre1.8.0_101/bin/java
-vmargs
-XX:+UseG1GC
-XX:+UseStringDeduplication
-Xms256m
-Xmx1024m
-Declipse.p2.max.threads=10
-Doomph.update.url=Link removed due to link restriction
-Doomph.redirection.index.redirection=index:/->Link removed due to link restriction
-Dorg.eclipse.swt.internal.gtk.cairoGraphics=false
-jar /home/jan/eclipse/java-neon/eclipse//plugins/org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar

java版本是直接从他们自己那边下载的。

答案1

退出代码 13 几乎总是意味着您混合了 32 位和 64 位代码。

您正在使用 64 位 Eclipse(启动器x86_64名称中包含该名称),因此您必须使用 32 位 Java。

您必须使用 32 位 Eclipse 和 32 位 Java 或 64 位 Eclipse 和 64 位 Java。

答案2

我通过下载 eclipse-platform 包解决了这个问题。然而这也返回了一个错误,但找到解决方案要容易得多 ;)

相关内容