Tuesday, February 07, 2017

How to fix Eclipse Java Virtual Machine Launcher Error?

If you play around little bit jdk/jre directories then one day you may encounter Eclipse Java Virtual Machine Launcher error.


Eclipse is not  finding the JRE to launch the eclipse.

Following has all the information to one needs for eclipse.ini file that initializes the eclipse.
http://wiki.eclipse.org/Eclipse.ini

To run the eclipse set the -vm option in the initializer file.

Example:  
-vm

C:\PROGRA~1\Java\jdk1.8.0_121\bin\javaw.exe


1 comment:

Just A Beginner said...

This works!!!
Thank you so much!!