Eclipse startup Error code=1?

后端 未结 6 884
北恋
北恋 2020-12-07 03:25

I just downloaded eclipse-java-helios-SR2-win32-x86_64.zip extracted the zip. When i\'m trying to run i get error:

6条回答
  •  难免孤独
    2020-12-07 04:21

    I just had this problem after updating from Java 7u17 to Java 7u21. I first tried editing eclipse.ini, but that did't work. I then re-downloaded and re-installed the JRE and then it worked!

    I'm guessing the JRE install was somehow corrupted, and so Eclipse tried to use the fallback jvm of C:\Windows\System32\java.exe

    Hope this helps others with the same issue.

提交回复
热议问题