Cannot run Eclipse; JVM terminated. Exit code=13

前端 未结 30 2770
生来不讨喜
生来不讨喜 2020-11-21 05:31

\"enter

I just append -vm C:\\Program Files\\Java\\jre6\\bin\\javaw.exe

in ec

30条回答
  •  天涯浪人
    2020-11-21 05:39

    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.

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

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

提交回复
热议问题