failed to create the java virtual machine

打开eclipse的时候 出现 failed to create the java virtual machine 这个错误。

 

解决方法:

 

找到eclipse 下的eclipse.ini文件,将–launcher.XXMaxPermSize  256M 修改为128M

修改后:

-startup
plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
–launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.0.v20100503
-product
org.eclipse.epp.package.jee.product
–launcher.defaultAction
openFile
–launcher.XXMaxPermSize
128M
-showsplash
org.eclipse.platform
–launcher.XXMaxPermSize
128M
–launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m

 

你可能感兴趣的:(工作-技术)