When starting eclipse.exe it gives and error message
Failed to create Java Virtual Machine
When I click eclipsec.exe then eclipse st
1.Open folder with Eclipse.exe and find eclipse.ini file
2.Replace -vmargs by your current real path of javaw.exe:
-vm “c:\Program Files\Java\jdk1.7.0_07\bin\javaw.exe”
3.save .ini file and open eclipse. It will work.. happy coding.