Today's Question:  What does your personal desk look like?        GIVE A SHOUT

Fix issue where no Java virtual machine found when launching Eclipse

  sonic0002        2019-09-07 05:31:27       2,850        0    

In cases where a new Eclipse is installed or the location of the Java virtual machine binaries has been changed, you may face issue when launching Eclipse. The error would look like.

And if you go to the location specified in the error message, there is no such path indeed. 

And when clicks OK, the program just exits. The issue here is that it tries to find the java.exe binary and launch the program but it failed to locate it and hence exits.

To fix this, you first need to ensure you have Java installed on your system no matter it's a JRE or JDK. Then navigate to the Eclipse installation path and find the eclipse.ini file. 

This is the initialization file loaded when Eclipse launches and there is a configuration of the JVM location.

Update the location to the correct one on the system and save it.

Now try to launch Eclipse again and you will find it can successfully launch.

JAVA  LAUNCH  ECLIPSE  ECLIPSE.INI 

Share on Facebook  Share on Twitter  Share on Weibo  Share on Reddit 

  RELATED


  0 COMMENT


No comment for this article.