Eclipse:Failed to create the Java Virtual Machine

启动Eclipse 无法启动,报错 Failed to create the Java Virtual Machine 

而实际JVM没有动过,具体在eclipse 里面使用了几个JVM 不太确定了。在网上搜索了一下修改内容:

-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m

 修改为 400就可以启动了

 

非原创,仅作为记录。

 

你可能感兴趣的:(eclipse)