天天看點

Failed to create the Java Virtual Machine

版本是:eclipse-jee-helios-SR1-win32.zip

我的jdk版本是:1.6.0_20

解壓後啟動,發現彈出提示框“ Failed to create the Java Virtual Machine”

Failed to create the Java Virtual Machine

針對這個問題在網上尋找解決方案。找到幾個,全是Ctrl c/v,不帶半句解釋。

後來,靠着差強人意的有限英語水準,在eclipse官網的論壇搜尋,發現此問題是一bug。

“The Java bug was closed for voting and comments at 6969236 on the Java BugParade because the change has been reverted; the related Eclipse bug report is open for oting and comments at bug 319514. ”-引用eclipse官網

在修複版本推出之前它提供了一個解決方法:

打開eclipse目錄下的eclipse.ini檔案,修改–launcher.XXMaxPermSize屬性,其中此屬性有兩處

-startup

plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar

--launcher.library

plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.1.R36x_v20100810

-product

org.eclipse.epp.package.jee.product

--launcher.defaultAction

openFile

--launcher.XXMaxPermSize

256M

-showsplash

org.eclipse.platform

256m

-vmargs

-Dosgi.requiredJavaVersion=1.5

-Xms40m

-Xmx512m

将其值改為128m即可,如下。(事實上,隻改後面一個就可以,啟動eclipse時以後者為準)

128M

128m

然後就可以成功啟動。

本文轉自左正部落格園部落格,原文連結:http://www.cnblogs.com/soundcode/archive/2012/03/31/2427592.html,如需轉載請自行聯系原作者

繼續閱讀