2011-01-10 57 views
0

Eclipse可執行文件啓動程序無法找到它的 伴侶啓動程序jar。 alt text Fedora 12上的Eclipse啓動問題

alt text

這(上面)時,我試圖啓動我的蝕,在Fedora 12.我的JDK和Eclipse都是32位的錯誤發生。

而且作爲的eclipse.ini

 
-startup 
plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
--launcher.library 
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.200.v20090520 
-product 
org.eclipse.epp.package.jee.product 
--launcher.defaultAction 
openFile 
-showsplash 
org.eclipse.platform 
--launcher.XXMaxPermSize 
256m 
--launcher.defaultAction 
openFile 
-vmargs 
-Dosgi.requiredJavaVersion=1.5 
-XX:MaxPermSize=256m 
-Xms40m 
-Xmx512m

回答

1

着Eclipse已經通過yum或手動安裝? 是新安裝還是已升級?

ini文件看,它看起來像--startup jar和--launcher.library之間的版本不匹配。

根據Eclipse的安裝方式,您可以查找指定jar和文件夾的存在情況。最有可能一個或兩個缺失或不正確。

+0

http://www.if-not-true-then-false.com/2010/linux-install-eclipse-on-fedora-centos-red-hat-rhel/ – 2011-01-10 06:47:02