When I launch eclipse, i immediately get the following 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:\Program Files\eclipse\jre\bin\javaw.exe javaw.exe in your current PATH
It appears that it can't read the ini file, or the actual java Path System variable.
Following something that I have read on the web, I have created an eclipse.ini file with the following contents:
-vm
c:\program files\java\jre7\bin\javaw.exe
This was supposed to obviate mucking about in the PATH.
I am running on Windows 7, sp1.
Any thoughts and comments are appreciated!
Regards,
Steve O'Sullivan