eclipse 崩潰org.eclipse.equinox.launcher的解決方案

來源:互聯網
上載者:User

eclipse掛了的解決辦法

參考BLOG
http://blog.csdn.net/jaopen/archive/2007/12/30/2004631.aspx

原因分析的BLOG
http://www.eclipsezone.com/eclipse/forums/m92212393.html

突然某一天,啟動eclipse報錯如下:
JVM terminated. Exit code=-1
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m
-XX:MaxPermSize=256m
....
-vm D:/Program Files/Java/jdk1.6.0/bin/../jre/bin/client/jvm.dll
...

貌似是大記憶體的配置導致的。我修改了eclipse.ini,增加了如下兩行後,問題解決:
-vm
-vm
D:/Program Files/Java/jdk1.6.0/bin/javaw.exe

其中javaw.exe是我的JDK安裝路徑。同時,完整的eclipse.ini如下:

-vm
D:/Program Files/Java/jdk1.6.0/bin/javaw.exe

-startup
plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519
-product
org.eclipse.epp.package.jee.product
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m

 

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.