2013-01-05 88 views
0

我已經下載Eclipse IDE for Java開發人員在我的ubuntu 10.04 LTS圖像上,這樣我可以爲Minecraft做一些更改,可悲的是,當我嘗試運行eclipse時,出現了這個錯誤用於Java開發的Eclipse IDE ubuntu 10.04不起作用

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以及葡萄酒和最新版本的IcedTea(java for ubuntu)。 在過去,我發現程序要求很多的RAM /視頻RAM,所以他們不運行,雖然eclipse似乎並沒有:-Xms40m -Xmx512m(我認爲我的電腦上的最大值是-Xmx512M -Xms512M)

+0

嘗試在終端中啓動eclipse,終端中輸出的錯誤是什麼? – Kane

+0

我該怎麼做? – LAK132

+0

'cd ; 。/ eclipse' – Kane

回答

0

你不應該需要酒或IcedTea。如果你從SUN的JRE和Eclipse.org的IDE,你應該能夠瀏覽到Eclipse目錄和./eclipse

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

的Eclipse: http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/junosr1

+0

我使用葡萄酒和IcedTea的其他東西,只是認爲我會把它放在那裏,以防止我安裝Eclipse的問題 – LAK132

+0

我是否需要JDK,JRE或Java SE? – LAK132

+0

JRE。我相信Eclipse會抓取它,但我總是在安裝Eclipse之前安裝JRE。讓我知道它是如何解決你的 – lmno

0

下載的是Eclipse從ubutnu軟件中心,它運行良好,感謝每一位試圖幫助!

相關問題