4Dec/106
Eclipse Problem : failed to create the java virtual machine
It is because Eclipse cannot find the path of javaw.exe
Just edit "eclipse.ini" file
Open the file and attach following sentences:
-vm
C:\Program Files\Java\jdk1.6.0_22\bin\javaw.exe
That is,,
-startup
plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.1.R36x_v20100810
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vm
C:\Program Files\Java\jdk1.6.0_22\bin\javaw.exe
-vmargs
-Xms40m
-Xmx384m
January 11th, 2011 - 19:18
That’s it, the vm option needs to be set!
Thx,
Thomas
March 2nd, 2011 - 08:31
worked like a charm… wonder why it would work sometime and sometimes it wouldn’t
April 10th, 2011 - 10:31
Thanks, that worked for me.
August 30th, 2011 - 18:46
Thanks Mr.Thomas
I am succeeded..
September 2nd, 2011 - 00:24
Thanks buddy!
This worked perfectly for me as well.
September 2nd, 2011 - 04:34
thanks alot worked for me also