Error :- java runtime environment JRE or java development kit must be available in order to run eclipse

后端 未结 14 1685
闹比i
闹比i 2020-12-24 13:05

I tried to run \"eclipse-jee-juno-win32-x86_64\" , but it raised the following error \" java runtime environment JRE or java development kit must be availab

14条回答
  •  孤城傲影
    2020-12-24 13:41

    Check the eclipse.ini file and make sure there is no -vm option there that is pointing to a non existing java install now. You can delete the option to let Eclipse figure out what java install to use or change it so it's pointing to the new install.

提交回复
热议问题