Ecllipse无法运行,JVM终止退出code-13JVM、Ecllipse、code

2023-09-04 07:38:02 作者:老海棠树

您好,我已经将其在图像显示一个问题,当我打开Ecllipse在我的电脑,Anyboby面对这个问题,有一个解决方案?请帮助我,谢谢提前出现。

Hi, I've a problem which was shown in Image, it appear when i open the Ecllipse in my Pc, Anyboby face this Problem and have a solution?, Kindly help me, Thanks in Advance.

推荐答案

有一个看看这里:Cannot运行Eclipse; JVM终止。退出code = 13

答案之一是:

配置的eclipse.ini使用JRE6当我有同样的错误。转   出我被错误地配置Eclipse使用导致此错误   64位JVM在运行32位版本的Eclipse 3.7的。

I had the same error when configuring eclipse.ini to use JRE6. Turns out I caused this error by incorrectly configuring eclipse to use the 64 bit JVM while running a 32 bit version of eclipse 3.7.

正确的配置要求的eclipse.ini -vm argumument到   使用C:/ Program Files文件(86)/而不是C:/ Program Files文件/".

The correct configuration required the eclipse.ini -vm argumument to use "C:/Program Files (x86)/" instead of "C:/Program Files/".

请确保该JVM版本(32/64位),你用的是eclipse匹配   版本(32/64位)。

Make sure that the JVM version (32/64 bit) you use matches the eclipse version (32/64 bit).

大多数的答案说的只有一件事:错误版本的JVM为Eclipse 请重新配置,看看有没有什么帮助。

Most answers say only one thing: wrong version of JVM for Eclipse. Please reconfigure and see if that helps.