[java] Eclipse - Failed to create the java virtual machine

You can do a workaround as below:

Create a shortcut for eclipse and right click on the short cut and go to properties of the shortcut.

In the target box update the string:

-vm "C:\Program Files\Java\jdk1.6.0_07\bin"

the path will change according to your java installed directory.

So after changing the target string will be something like below.

D:\adt-bundle-windows-x86-20131030\eclipse\eclipse.exe -vm "C:\Program Files\Java\jdk1.6.0_07\bin"

Click apply and try clicking the Eclipse shortcut.