Downloaded latest eclipse for Java EE
Opened… error .. opening…JRE/JDK must be available for running eclipse..
Unlike normal my java is installed in G:/
Do I have to make any changes to ecplise.ini in -vm tag ?
Like adding java jdk bin path ?
Did not work somehow !
Any idea ?
Downloaded latest eclipse for Java EE Opened… error .. opening…JRE/JDK must be available for
Share
Eclipse looks at PATH variable for choosing which JRE to use, if that is configured eclipse will work correctly, if you don’t have or want to point eclipse to a specific Java Installation then you can provide following argument in
eclipse.iniYou can see different runtime options available here.