在 Centos 6 上启动 Eclipse 时出错(JVM 终止。退出代码=13)

在 Centos 6 上启动 Eclipse 时出错(JVM 终止。退出代码=13)

提取后eclipse-jee-mars-1-linux-gtk.tar.gz并运行 eclipse 我收到以下错误。我已经安装了Oracle JDK。会出现什么错误和解决方案?

Java版本

[root@hithertech eclipse-modeling-mars-1]# java -version
java version "1.7.0_25"
Java(TM) SE Runtime Environment (build 1.7.0_25-b15)
Java HotSpot(TM) 64-Bit Server VM (build 23.25-b01, mixed mode)

运行时出错eclipse-jee-mars-1-linux

Eclipse:
GTK+ Version Check
Eclipse:
JVM terminated. Exit code=13
/usr/bin/java
-Dosgi.requiredJavaVersion=1.7
-XX:MaxPermSize=256m
-Xms256m
-Xmx1024m
-jar /usr/local/eclipse-modeling-mars-1//plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar
-os linux
-ws gtk
-arch x86
-showsplash /usr/local/eclipse-modeling-mars-1//plugins/org.eclipse.platform_4.5.1.v20150904-0015/splash.bmp
-launcher /usr/local/eclipse-modeling-mars-1/eclipse
-name Eclipse
--launcher.library /usr/local/eclipse-modeling-mars-1//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.300.v20150602-1417/eclipse_1612.so
-startup /usr/local/eclipse-modeling-mars-1//plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar
--launcher.appendVmargs
-exitdata 220011
-product org.eclipse.epp.package.modeling.product
-vm /usr/bin/java
-vmargs
-Dosgi.requiredJavaVersion=1.7
-XX:MaxPermSize=256m
-Xms256m
-Xmx1024m
-jar /usr/local/eclipse-modeling-mars-1//plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar 

答案1

检查您使用的 JVM 版本(32/64 位)是否与 eclipse 版本(32/64 位)匹配。

我发现这些线条是相互矛盾的。

Java HotSpot(TM) 64-Bit Server VM (build 23.25-b01, mixed mode)

arch x86

相关内容