Recently to write a program, so the eclipse, install the JDK, configure the environment variables, but anyway can not open eclipse, the following error
Toss for a long time, finally in the Internet to find a way, is to modify a Eclipse.ini configuration file, modify the good configuration file as follows
-startup
Plugins/org.eclipse.equinox.launcher_1.0.201.r35x_v20090715.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519
-product
Org.eclipse.epp.package.jee.product
--launcher. Xxmaxpermsize
128M
-showsplash
Org.eclipse.platform
--launcher. Xxmaxpermsize
128m
-vmargs
-dosgi.requiredjavaversion=1.6
-xms40m
-xmx512m
In the above content, the original 128 places when 256, I changed to 128, on it, it is demon Ah, the net said that the original set of memory too large, will cause this can not start, it is strange ah
Write down this thing for a rainy day.
This article from "You are a passer-by or fearless" blog, please be sure to keep this source http://world77.blog.51cto.com/414605/290457