Because eclipse is used in the project, an Eclipse IDE for Java EE developers is downloaded from the eclipse official website today.
Version:Eclipse-jee-helios-win32
JDK version installed on your computer: 1.6.0 _ 20
(Jre1.7.0 latest -- 2010.9.2)Http://dlc.sun.com.edgesuite.net/jdk7/binaries/index.html
Start after decompression. A prompt box is displayed"Failed to create the Java Virtual Machine"
Solution:
FindEclipse. ini, You can see the following content:
-Startup
Plugins/org. Eclipse. Equinox. launcher_1.1.0.v20100507.jar
-Launcher. Library
Plugins/org. Eclipse. Equinox. launcher. win32.win32. x86_1.1.0.v20100503
-Product
Org. Eclipse. EPP. Package. Jee. Product
-Launcher. defaultaction
Openfile
-Launcher. xxmaxpermsize
256 m
-Showsplash
Org. Eclipse. Platform
-Launcher. xxmaxpermsize
256 m
-Launcher. defaultaction
Openfile
-Vmargs
-Dosgi. requiredjavaversion = 1.5
-Xms40m
-Xmx512m
Modify-launcher. xxmaxpermsize
256-> 128
As follows:
-Startup
Plugins/org. Eclipse. Equinox. launcher_1.1.0.v20100507.jar
-Launcher. Library
Plugins/org. Eclipse. Equinox. launcher. win32.win32. x86_1.1.0.v20100503
-Product
Org. Eclipse. EPP. Package. Jee. Product
-Launcher. defaultaction
Openfile
-Launcher. xxmaxpermsize
128 m
-Showsplash
Org. Eclipse. Platform
-Launcher. xxmaxpermsize
128 m
-Launcher. defaultaction
Openfile
-Vmargs
-Dosgi. requiredjavaversion = 1.5
-Xms40m
-Xmx512m