Starting Eclipse results in Failed to create Java Virtual Machine

后端 未结 6 1304
轮回少年
轮回少年 2021-02-05 23:21

When starting eclipse.exe it gives and error message

Failed to create Java Virtual Machine

When I click eclipsec.exe then eclipse st

6条回答
  •  名媛妹妹
    2021-02-05 23:50

    Write like below in .ini file and than it will work properly:

    -vm C:\Java\jdk1.6.0_25\bin\javax.exe

    Added above line in eclipse.ini file(on the top) and worked for me. C:\Java\jdk1.6.0_25\bin This path can be changed as per your system. Hope this will help someone.

提交回复
热议问题