当前位置: 代码迷 >> Eclipse >> eclipse3.4启动报错 jvm terminated. exit code 13,该如何解决
  详细解决方案

eclipse3.4启动报错 jvm terminated. exit code 13,该如何解决

热度:455   发布时间:2016-04-23 13:48:18.0
eclipse3.4启动报错 jvm terminated. exit code 13
错误提示



eclipse.ini 配置

-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256M
-framework
plugins\org.eclipse.osgi_3.4.2.R34x_v20080826-1230.jar
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m


那位遇到过这种现象


------解决方案--------------------
你电脑上的 JDK 版本多少?
还是是不是装了俩 JRE?
------解决方案--------------------
你还真是有缘啊,我前几天碰到这个问题:我帮你看看; 
Java code-startup 
plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.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改成Xms256m,其他的都别动
  相关解决方案