Starting Eclipse results in Failed to create Java Virtual Machine

后端 未结 6 1285
轮回少年
轮回少年 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:56

    In your eclipse.ini file

    Add -vm C:\Program Files\Java\jre7\bin\javaw
    below the line -Dosgi.requiredJavaVersion=1.6

    And then remove 256m which is below the line --launcher.XXMaxPermSize. It will work.

提交回复
热议问题