Eclipse错误退出代码= 13,修复不起作用

时间:2016-08-01 03:44:11

标签: java eclipse

我已经将我的Java版本从版本6更新到8.昨天,eclipse不会打开我得到错误13,谷歌搜索解决方案并应用了更改,但它仍然无法正常工作。确认我的配置文件中的内容

-startup
plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.300.v20150602- 1417
-product
org.eclipse.epp.package.java.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
--launcher.appendVmargs

-vm
C:\Program Files (x86)\Java\jdk1.8.0_101\bin\javaw.exe
-vmargs

-Dosgi.requiredJavaVersion=1.7
-Xms256m
-Xmx1024m

1 个答案:

答案 0 :(得分:-1)

enter image description here

也许你应该清理VM参数,我看到你添加一个参数' Dosgi'它需要jdk 1.7版,所以也许你应该改变你的JDK版本。

您可以在调试配置中更改vm argements。