Today, when we open the MyEclipse, it shows
Fail to create a window like this Java Virtual machine comes out.
The solution is to find the Myeclipse.ini (just under the first directory) in the MyEclipse installation directory, and change the value of the inside to 0.5 times times the original.
eg
#utf8 (do not remove)
-startup
Plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_3.2.0.v201103301700
-vm
D:\myeclipse2014\binary\com.sun.java.jdk7.win32.x86_1.7.0.u45\jre\bin\client\jvm.dll
-configuration
D:\myeclipse2014\configuration
-install
D:\myeclipse2014
-vmargs
-xmx768m
-xx:maxpermsize=320m
-xx:reservedcodecachesize=64m
-dosgi.nls.warnings=ignore
Change to:
#utf8 (do not remove)
-startup
Plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_3.2.0.v201103301700
-vm
D:\myeclipse2014\binary\com.sun.java.jdk7.win32.x86_1.7.0.u45\jre\bin\client\jvm.dll
-configuration
D:\myeclipse2014\configuration
-install
D:\myeclipse2014
-vmargs
-xmx384m
-xx:maxpermsize=320m
-xx:reservedcodecachesize=64m
-dosgi.nls.warnings=ignore
That's it!
MyEclipse Resolve fail to create the Java Virtual machine