eclipse启动时弹出Failed to create the Java Virtual Machine

来源:互联网 发布:python正则匹配某一行 编辑:程序博客网 时间:2024/05/17 23:13

方法如下: 找到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.6
-Xms40m
-Xmx256m

原创粉丝点击