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

后端 未结 14 1659
闹比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:57

    I faced this issue and it get resolved by following steps.

    1. Open Eclipse.ini file in Notepad
    2. Search vm
    3. Delete non existing JRE path from this file as mention in below

      -vm C:/Program Files/Java/jre1.8.0_181/bin

    4. Save this file and run eclipse again.

提交回复
热议问题