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 ...