【发布时间】:2014-12-31 09:40:44
【问题描述】:
- 我安装的是 ubuntu 14.04 LTS (64bit)
- 之后安装 Eclipse Luno Standard for 64bit
-
安装 Jdk 并按照以下链接设置 jdk 的所有步骤,
http://www.wikihow.com/Install-Oracle-Java-JDK-on-Ubuntu-Linux
-
然后在我启用启动我的 Eclipse 后,它给了我一个以下错误,
虚拟机终止。退出代码=2
/usr/bin/java -Dosgi.requiredJavaVersion=1.6 -XX:MaxPermSize=256m -Xms256m -Xmx1024m -jar /home/eheuristic/Ecclipse/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20140415- 2008.jar -os linux -ws gtk -arch x86_64 -showsplash /home/eheuristic/Ecclipse/eclipse//plugins/org.eclipse.platform_4.4.0.v20140925- 0400/splash.bmp -launcher /home/eheuristic/Ecclipse/eclipse/eclipse -name Eclipse --launcher.library /home/eheuristic/Ecclipse/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1. 200.v20140603-1326/eclipse_1605.so -startup /home/eheuristic/Ecclipse/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar --launcher.appendVmargs -exitdata 208017 -product org.eclipse.epp.package.java.product -vm /usr/bin/java -vmargs -Dosgi.requiredJavaVersion=1.6 -XX:MaxPermSize=256m -Xms256m -Xmx1024m -jar /home/eheuristic/Ecclipse/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
我非常想解决设置环境变量但做不到,请帮我建议如何解决它。
【问题讨论】:
标签: java android eclipse ubuntu environment-variables