Seon-Ho Park's Blog (sunoblog) Study on Computer Science, Security, Model

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