永发信息网

Eclipse运行时提示failed to create the java virtual machine 如何解决

答案:2  悬赏:0  手机版
解决时间 2021-03-01 10:26
  • 提问者网友:我们很暧昧
  • 2021-02-28 10:21
换完INI之后不能用
最佳答案
  • 五星知识达人网友:夜风逐马
  • 2021-02-28 11:49
应该是INI文件里面指定的JVM的路径不对
要不就是你java_home路径不对
全部回答
  • 1楼网友:七十二街
  • 2021-02-28 12:32
几经周折终于找到了解决办法,特与朋友们分享,方法如下: 找到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
256m
-showsplash
org.eclipse.platform
--launcher.xxmaxpermsize
256m
--launcher.defaultaction
openfile
-vmargs
-dosgi.requiredjavaversion=1.5
-xms40m
-xmx512m


将其修改为如下内容,即可启动eclipse
-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.6
-xms40m
-xmx256m
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯