Starting Eclipse results in Failed to create Java Virtual Machine

后端 未结 6 1283
轮回少年
轮回少年 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-06 00:16

    Adding following line in .ini solved the same reported issue in my machine. -vm {path}\javaw.exe

    Example: "-vm C:\Program Files\Java\jre7\bin\javaw.exe"

提交回复
热议问题