Eclipse Error Could not Open jvm.cfg Error 13 Error 1 [Updated]
How to fix: Java Virtual Machine or JVM not found error
Are you having problem with installing Eclipse and having Java installation error: Java virtual Machine or JVM not found then I might be able to solve your problem and help you running your version of eclipse.
1)Go to the eclipse installation folder or where you have extracted it from the zip file.
2)Search for the eclipse.ini file which would be present in the parent folder of the eclipse.
3)Right click on the .ini file and select edit.
4)Now put the following code into ini file as shown in video:
-vm
C:/Program Files/Java/jdk1.7.0_21/bin/javaw.exe
5)Hit the save button and you are done.
6) Launch eclipse icon
7) make sure "-vm" parameter added after "-vmargs" parameter otherwise, will end up another issue "Java was started but returned exit code 1"