您的位置:首页 > 编程语言 > Java开发

Failed to create the Java Virtual Machine 的解决方案

2013-04-08 14:50 435 查看

Failed to create the Java Virtual Machine

版本:eclipse-jee-helios-win32

自己电脑上装的jdk版本是:1.6.0_20



解决方法:

[b]找到eclipse目录下的eclipse.ini[/b]

在其中加入红色字体内容,指定JVM所在路径:

-startup

plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar

--launcher.library

plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20120522-1813

-product

org.eclipse.epp.package.jee.product

--launcher.defaultAction

openFile

--launcher.XXMaxPermSize

256M

-showsplash

org.eclipse.platform

--launcher.XXMaxPermSize

256m

-vm

E:\tools\jdk1.6.0_41\bin\javaw.exe

--launcher.defaultAction

openFile

-vmargs

-Dosgi.requiredJavaVersion=1.5

-Dhelp.lucene.tokenizer=standard

-Xms512m

-Xmx1024m
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐