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

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

    This worked with me: Eclipse will not open due to environment variables


    Let eclipse use your java vm directly!

    Put these lines at the end of eclipse.ini (located in the directory where eclipse.exe is present):

    -vm
    /bin/javaw.exe
    

    Pay attention that there are two lines. Also make sure that the -vm option is before the -vmargs option (and of course after "openFile").

提交回复
热议问题