Eclipse Error Failed To Create the Java Virtual Machine

Asked By 30 points N/A Posted on -
qa-featured

Hi tech folks,

I think I have a problem with Eclipse; I am getting an error message when I start the Eclipse. I have Eclipse in Windows 7 64-bit operating system. It was working earlier but now I am facing this error all of a sudden. How can I solve this error? Please help me to find a solution. Thanks.

Eclipse

Failed To Create the Java Virtual Machine

OK

SHARE
Answered By 1065 points N/A #186205

Eclipse Error Failed To Create the Java Virtual Machine

qa-featured

Try and see which method will work for you:

Method 1:

Include the following to the eclipse.ini file, altering the path to point to javaw.exe file:

-vm

C:Program FilesJavajdk1.6.0_22binjavaw.exe

Method 2:

Take out the value from -launcher.XXMaxPermSize like 256m.

Method 3:

Take out or lessen the values for the Xms and Xmx such as:

-Xms384m

-Xmx384m

Related Questions