eclipse 创建虚拟机失败解决方法

把安装目录下的   eclipse.ini 文件改成如下方式 :

-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

这样就好啦...

相关推荐