Java退出代码13 - Eclipse

时间:2014-12-03 20:54:48

标签: java eclipse exit

我的日食工作得很好,然后有一天(我的电脑可能已经做了一些自动更新,我不确定)我的日食最终没有启动,而且这种情况不断出现:

enter image description here

这是我的java版本

enter image description here

非常感谢任何帮助或解决方案! ^^

1 个答案:

答案 0 :(得分:0)

看看this回答。您可能需要编辑eclipse.ini文件中的内容。

回答他的问题的人声称.ini文件包含以下说明。

 1. The -vm option and its value (the path) must be on separate lines.
 2. The value must be the full absolute path to the Java executable, not just to the Java home directory.
 3. The -vm option must occur before the -vmargs option, since everything after -vmargs is passed directly to the JVM

检查上面的步骤并查看其他SO线程。