打开eclipse提示-----Failed to create the Java Virtual Machine

今天在使用jee的eclipse的时候打开提示

解决办法在网上搜寻了一下,有两种方式

1、关闭360相关的软件

2、将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                 --------把这个改为128
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m                 --------把这个改为128
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms40m
-Xmx512m          --------把这个改为256

猜你喜欢

转载自hbiao68.iteye.com/blog/1562464
今日推荐