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