0

我已经在我的 ubuntu 10.04 LTS 映像上下载了适用于 Java 开发人员的 Eclipse IDE,这样我就可以为 Minecraft 做一些修改,遗憾的是当我尝试运行 eclipse 时出现了这个错误

JVM terminated. Exit code=13
/usr/bin/java
-Dosgi.requiredJavaVersion=1.5
-Dhelp.lucene.tokenizer=standard
-XX:MaxPermSize=256m
-Xms40m
-Xmx512m
-jar /home/sheldon/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
-os linux
-ws gtk
-arch x86
-showsplash /home/sheldon/eclipse//plugins/org.eclipse.platform_4.2.1.v201209141800/splash.bmp
-launcher /home/sheldon/eclipse/eclipse
-name Eclipse
--launcher.library /home/sheldon/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20120522-1813/eclipse_1502.so
-startup /home/sheldon/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.overrideVmargs
-exitdata 194800f
-product org.eclipse.epp.package.java.product
-vm /usr/bin/java
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Dhelp.lucene.tokenizer=standard
-XX:MaxPermSize=256m
-Xms40m
-Xmx512m
-jar /home/sheldon/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar

我安装了 JDK7 x86 以及 wine 和最新版本的 IcedTea (java for ubuntu)。在过去,我发现程序需要大量 RAM / Video RAM,因此它们无法运行,尽管 eclipse 似乎没有:-Xms40m -Xmx512m(我认为我的计算机上的最大值是 -Xmx512M -Xms512M)

4

1 回答 1

0

你不应该需要葡萄酒或冰茶。如果您从 SUN 获得 JRE,从 Eclipse.org 获得 IDE,您应该能够导航到 Eclipse 目录和 ./eclipse

JRE: http ://www.oracle.com/technetwork/java/javase/downloads/index.html

日食: http: //www.eclipse.org/downloads/packages/eclipse-ide-java-developers/junosr1

于 2013-01-05T07:10:20.947 回答