Start MyEclipse Error "Failed to create the Java Virtual machine" solution

Source: Internet
Author: User

I installed the MyEclipse 10.7.1. Loaded for a long time useless, today launched a sudden error: Failed to create the Java Virtual machine.

Check that the MyEclipse is installed well, it is useless in the near future, it may be the recent upgrade of the locally installed version of the JRE (MyEclipse use their own JRE).

Sorted out the following 2 solutions, you can choose a use, I chose the 2nd one. Tests are OK.

Method One:

Locate the Myeclipse.ini file under the myeclpise path:

The editor modifies the Xmx( maximum allowable size of the JVM Heap ) to half the size of the original value.

For example, the original value is 512, then it is modified to 256.

Method Two:

Do not modify the Myeclipse.ini file to add parameters to the startup shortcut:

such as the target Value section, originally (including quotation marks): "C:\app\MyEclipse\MyEclipse 10\myeclipse.exe"

Modified to: "C:\app\MyEclipse\MyEclipse 10\myeclipse.exe"-vm "C:\app\MyEclipse\Common\binary\ Com.sun.java.jdk.win32.x86_1.6.0.013\bin\javaw.exe "

Among them, the red part is actually the-VM parameter part in the Myeclipse.ini.

?

If any, you can start the myeclipse normally.

Start MyEclipse Error "Failed to create the Java Virtual machine" solution

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.