Eclipse JRE or JDK missing

Viewed 65289

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

enter image description here

We have the environmental variable set as well.

enter image description here


Edit

it was working before he installed the black berry plug in.

7 Answers

While installing eclipse, Jre missing :

I solved my error as follows:-

This error may comes if you have 2 program files folder in your system. "Program files" & "Program files x86".

Please install JDK&JRE in the "Program files" folder. Hope your jre missing error get solved.

this works for me:

  1. open eclipse.ini file in your editor and add the line: -vm C:\Program Files\JDK11\bin\javaw.exe
  2. update system PATH with correct JDK path.
Related