I am trying to get Eclipse v3.5 (Galileo) to re-run on my computer – I have run it before with no problems, but now I keep getting this error:
A Java Runtime Environment (JRE) or Java Development kit (JDK) must be available in order to run Eclipse. No Java virtual machine was found after searching the following locations:
C:\eclipse\jre\javaw.exe
javaw.exe in your current PATH
I’ve just done a fresh install of both the JDK and the SDK.
I have Windows 7 (x64).
What’s up with this? How do I fix it?
I can’t run any of the ipconfig / tracert / or ping.
Eclipse will by default try to launch with the default “
java.exe” (the first one referenced by yourPATH)Three things to remember:
You can:
In both cases, no
PATHto update.Note: You could register just a JRE within Eclipse because it is enough to run your program, but again a JDK will allow for more operations.
June 2012, jmbertucci comments:
April 2016: Steve Mayne adds in the comments: