Cannot run Eclipse; JVM terminated. Exit code=13

前端 未结 30 2762
生来不讨喜
生来不讨喜 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:37

    Make sure the Eclipse and the Java that you are using are both either 32-bit or 64-bit.

    You cannot run 64-bit eclipse with 32-bit JRE.

    java -version
    

    Java HotSpot(TM) 64-Bit Server VM

    The 32 bit version JRE will not have 64-Bit in it.

提交回复
热议问题