Eclipse下载和安装
下载并安装Eclipse。Eclipse可以在其官方网站www.eclipse.org下载。Eclipse是一款绿色软件,下载后直接解压缩就可以使用。
我下载的是:eclipse-jee-galileo-SR2-win32.zip
但是在解压后运行eclipsec.exe,出现错误。
提示信息:
Error occurred during initialization of VM
Could not reserve enough space for object heap
在网上找了一些资料了解了一下
需要修改配置文件
eclipse.ini
-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
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m
将最后一行改为 -Xmx256m
保存后再次启动,就正常了。
因篇幅问题不能全部显示,请点此查看更多更全内容