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

Comments (6) Trackbacks (0)
  1. That’s it, the vm option needs to be set!
    Thx,
    Thomas

  2. worked like a charm… wonder why it would work sometime and sometimes it wouldn’t

  3. Thanks, that worked for me.

  4. Thanks Mr.Thomas
    I am succeeded..

  5. Thanks buddy!

    This worked perfectly for me as well.

  6. thanks alot worked for me also


Leave a comment


No trackbacks yet.