标签:文件 bubuko 技术 img gtk jar exit 一个 rtu
在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..错误的解决方案
标签:文件 bubuko 技术 img gtk jar exit 一个 rtu
原文地址:https://www.cnblogs.com/sun-flower1314/p/9416874.html