Eclipse 3.5 中的jvm terminated.Exit code=-1错误?

Eclipse 3.5 中的jvm terminated.Exit code=-1错误?

Eclipse 3.5 中的jvm terminated.Exit code=-1错误?

解决方法如下:
打开Eclipse安装目录下的eclipse.ini配置文件

-startup
plugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519
-product
org.eclipse.epp.package.jee.product
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m

将“Xmx512m” 修改为“Xmx256m”

你可能感兴趣的:(eclipse)