MyEclipse start error no Java Virtual machine ...

Source: Internet
Author: User

If Java_home is already configured in the environment variable, it will prompt the following information when it is started;A Java Runtime Environment (JRE) or Java development Kit (JDK)
Must is available in order to run Eclipse. No Java Virtual Machine
was found after searching the following locations:
Jvm.dll "

The reason may be that the MyEclipse is copied from another computer, and the path in the configuration file is the result of matching the local path. Try to modify the Myeclipse.ini file to resolve the issue:

#utf8 (do not remove)

-startup

.. /common/plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar

--launcher.library

.. /common/plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_3.2.0.v201102231800

-install

D:\MyEclipse 9.0\myeclipse 9

-vm

D:\MyEclipse 9.0\common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin\client\jvm.dll

-configuration

D:\MyEclipse 9.0\myeclipse 9\configuration

-vmargs

-xmx512m

-xx:maxpermsize=256m

-xx:reservedcodecachesize=64m

-dgenuitec.honordevmode=true

-dosgi.dev=true

Replace the path portion of the above marked red in the configuration file with the local actual path and restart the myeclipse.

MyEclipse start error no Java Virtual 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.