========================================================== =============================== Original blog, reprinted please declare the source of Electronic coffee (original id blue rock) ========================================================== ================================
The method is as follows: Find eclipse. ini in the eclipse directory and 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 it to the following content to start eclipse
-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.6
-Xms40m
-Xmx256m
I have a Java version problem."-Dosgi. requiredjavaversion = 1.6 ",Hope to help you