Starting Eclipse results in Failed to create Java Virtual Machine

后端 未结 6 1367
轮回少年
轮回少年 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条回答
  •  Happy的楠姐
    2021-02-06 00:06

    Open eclipse.ini file and Change the vmargs sizes to

    -vmargs
    -Xms40m
    -Xmx512m
    -XX:MaxPermSize=256m
    

    It works on my system.

提交回复
热议问题