我打开myeclipse集成的eclipse时出错,提示:
JVM terminated .Exit code=-1
-Xms128m
-Xmx512m
-Duser.language=en
-XX:PermSize=128M
-XX:MaxPermSize=25M
-Djava.class.path=C:\Program Files\MyEclipse
6.0\eclipse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20070828.jar
-os win32
-ws win32
-arch x86
-showsplash
-launcher C:\Program Files\MyEclipse 6.0\eclipse\eclipse.exe
-name Eclipse
--launcher.library C:\Program Files\MyEclipse
6.0\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.1.R33x_v20070828\eclipse_1020.dll
-startup C:\Program Files\MyEclipse
6.0\eclipse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20070828.jar
-vm C:\Program Files\Java\jre1.6.0_05\bin\client\jvm.dll
-vmargs
-Xms128m
-Xmx512m
Duser.language=en
-XX:PermSize=128M
-XX:MaxPermSize=256M
-Djava.class.path=C:\Program Files\MyEclipse
6.0\eclipse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20070828.jar
[b]问题补充:[/b]
谢谢congjl2002的回答,我改后是可以打开,可是开的是myeclipse了,目的是eclipse,呵呵
1 修改eclipse.ini文件如下:
-debug
options
-vm
C:\jdk1.5\jre\bin\javaw.exe
-Xms40m
-Xmx512m
-vmargs
2 将文件夹configuration下除config.ini外的所有文件删除;
3 将workspace下的.metadata删除;
4 重新启动就应该可以用了。
装完myeclipes的eclipse只能打开MyEclipse模式了
因为里面安装的时候被MyEclipse注入了很多东西
如果你要纯净的,就只能在其他未知重新装一个了