A Java Runtime Environment (JRE) or Java Development Kit (JDK) must be available in order to run Eclipse. No JVM was found after searching the following locations:

If you are facing this kind of issue while opening eclipse after installing JRE/JDK, below are a few fixes you can try out -

1. Set environment variable Path as below

  • Path=C:\Program Files\Java\jdkx.x.x_yy\bin (for 64 bit windows check in Program Files (x86) folder).

2. Another fix is
  • Right click on the Eclipse icon in your desktop.
  • Properties
  • Target: C:\eclipse\eclipse.exe -vm C:\Java\jdkx.x.x_yy\jre\bin\javaw.exe (for 64 bit windows check in Program Files (x86) folder).
3. Yet Another fix is 
  • In your eclipse.ini file you need to specify the path to the Jave executable.
  • -vm C:\Program Files\Java\jdkx.x.x_yy\bin\javaw.exe (for 64 bit windows check in Program Files (x86) folder).


SHARE

    Blogger Comment
    Facebook Comment

0 comments :

Post a Comment