启动Eclipse时,弹出JVM terminated. Exit code=127..错误的解决方案
Posted sun_flower火柴人
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了启动Eclipse时,弹出JVM terminated. Exit code=127..错误的解决方案相关的知识,希望对你有一定的参考价值。
在Linux环境下,启动Eclipse,会弹出并报如下的错误,且不能启动该工具
JVM terminated. Exit code=127
/eclipse/jdk1.7.0_71/bin/java
-Dosgi.requiredJavaVersion=1.6
-XX:MaxPermSize=256m
-Xms40m
-Xmx512m
-jar /root/source1/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
-os linux
-ws gtk
-arch x86_64
-showsplash /root/source1/eclipse//plugins/org.eclipse.platform_4.4.0.v20140925-0400/splash.bmp
-launcher /root/source1/eclipse/eclipse
-name Eclipse
--launcher.library /root/source1/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20140603-1326/eclipse_1605.so
-startup /root/source1/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
--launcher.appendVmargs
-exitdata 250014
-product org.eclipse.epp.package.jee.product
-vm /eclipse/jdk1.7.0_71/bin/java
-vmargs
-Dosgi.requiredJavaVersion=1.6
-XX:MaxPermSize=512m
-Xms128m
-Xmx512m
解决方案:
方案一:(来自网络)依赖libsoup : yum install libsoup
方案二:在eclipse的安装路径中,找到文件 /usr/eclipse/configuration/config.ini ,打开,并在后面添加如下内容:
org.eclipse.swt.browser.DefaultType=mozilla
如图:
方案三:写一个脚本运行eclipse:
export MOZILLA_FIVE_HOME="(安装环境地址)"
如: export MOZILLA_FIVE_HOME="/usr/eclipse"
注:因在内网环境开发,所以不能连接网络,只能在配置文件中修改,在Linux中,若不知道eclipse的安装路径,使用命令:
rpm -ql eclipse 或 find / -name config.ini 查找相关文件。
希望对你有帮助!!!
以上是关于启动Eclipse时,弹出JVM terminated. Exit code=127..错误的解决方案的主要内容,如果未能解决你的问题,请参考以下文章
启动Eclipse 弹出"Failed to load the JNI shared library jvm.dll"错误
JAVA Eclipse 启动 Eclipse 弹出“Failed to load the JNI shared library jvm_dll”怎么办
Eclipse无法正常启动,弹出对话框内容为 A Java Runtime...