当前位置: 代码迷 >> Eclipse >> eclipse 创建虚拟机失败解决办法
  详细解决方案

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

热度:32   发布时间:2016-04-23 02:07:03.0
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

这样就好啦...

?

?

?

  相关解决方案