Eclipse launch error Eclipse failed to create the Java Virutal machine

Source: Internet
Author: User

In the morning, my eclipse will not start, and the error is this sentence:

Eclipse failed to create the Java Virutal machine

Eclipse cannot create a Java virtual machine.

Problem Solving Ideas:

1. Make sure that the Java virtual machine is running correctly.

2. Ensure that the environment variables for the java_home are set correctly.

3. Check the startup configuration entry for Eclipse Eclipse.ini

--------------------------------------------------------------------------

-startup
Plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.300.v20150602-1417
-product
Org.eclipse.epp.package.jee.product
--launcher.defaultaction
OpenFile
--launcher. Xxmaxpermsize
256M
-showsplash
Org.eclipse.platform
--launcher. Xxmaxpermsize
256m
--launcher.defaultaction
OpenFile
--launcher.appendvmargs
-vmargs
-dosgi.requiredjavaversion=1.7
-xms256m
-xmx1024m

---------------------------------------------------------------------------

Since my system is a Windows 32-bit operating system and the VM virtual machine is already running, presumably

The pre-allocated maximum memory does not meet the criteria.

Modify the-xmx1024m to-xmx512m and start smoothly.

Eclipse launch error Eclipse failed to create the Java Virutal machine

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.