tbwshc

eclipse启动异常

1、eclipse启动异常jvm terminated.Exit code=-1错误的解决

解决方案:

打开安装目录下的eclipse.config配置文件,大致的内容如下,

-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.platbform
--launcher.XXMaxPermSize
256m
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m

其中的“Xmx512m” 改成“Xmx256m”,OK搞定。

posted on 2012-07-04 13:11 chen11-1 阅读(707) 评论(0)  编辑  收藏


只有注册用户登录后才能发表评论。


网站导航: