zhangpuego 发表于 2013-1-28 22:07:12

eclipse启动时出现JVM terminated.Exit code=127解决方案

异常退出显示的内容:JVM terminated. Exit code=127
/home/zhangpuego/software/jdk1.6.0_29/bin/java
-Duser.language=en
-Xms128M
-Xmx512M
-XX:PermSize=64M
-XX:MaxPermSize=256M
-Dosgi.splashLocation=/home/zhangpuego/software/myeclipse/eclipse/MyEclipseSplash.bmp
-jar /home/zhangpuego/software/eclipse/startup.jar
-os linux
-ws gtk
-arch x86
-launcher /home/zhangpuego/software/eclipse/eclipse
-name Eclipse
-showsplash 600
-exitdata 5a800f
-product com.genuitec.myeclipse.product.ide
-vm /home/zhangpuego/software/jdk1.6.0_29/bin/java
-vmargs
-Duser.language=en
-Xms128M
-Xmx512M
-XX:PermSize=64M
-XX:MaxPermSize=256M
-Dosgi.splashLocation=/home/zhangpuego/software/myeclipse/eclipse/MyEclipseSplash.bmp
-jar /home/zhangpuego/software/eclipse/startup.jar
--解决办法Install the latest version of java and configure the JAVA_HOME PATH CLASSPATH properly, so that it will use the proper jvm.Please some configuration tips here: http://vietpad.sourceforge.net/javaonlinux.htmlAnd now try to start the eclipse again. (Its better if U get the ecliplse** extractor from http://www.eclipse.org/downloads )If you still find the issue, read on.In some cases, on an x86 (32 bit) system running RHEL 5.2, Eclipse (from eclipse.org) will fail to start with:/usr/bin/java: symbol lookup error:/usr/lib/eclipse/configuration/org.eclipse.osgi/bundles/9/1/.cp/libswt-mozilla-gtk-3235.so:undefined symbol: _ZN4nsID5ParseEPKcTo work around this problem, the xulrunner package must be removed:# yum remove xulrunner-- Now start the ecliplse, it should work (as is did for me)As firefox will also be removed in the previous (xulrunner) step, you can reinstall it:# yum install firefox 安装firefox又恢复到了原样,因此选择安装chrome。
页: [1]
查看完整版本: eclipse启动时出现JVM terminated.Exit code=127解决方案