Eclipse JRE or JDK missing

前端 未结 6 1153
生来不讨喜
生来不讨喜 2020-12-19 07:56

I am trying to use Eclipse on a friends computer but we keep getting this when we run Eclipse

\"enter

6条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-19 08:21

    Go to eclipse folder (where eclipse is installed) and open eclipse.ini file in your editor and add the following code after openFile tag.

    -vm C:\Program Files\JDK6\bin\javaw.exe

    That's all.

提交回复
热议问题