因为要同时开发android,还有毕设要用myeclipse,装了太多插件,eclipse老卡死,解决办法如下:
1、关闭myeclipse的插件(开发网页时再打开)方法如下:
(1)eclipse->windows->preferences->Startup and Shutdow,将以myeclipse开头的,全部去掉不加载!(等开发网页时再勾上)
(2)关掉myeclipse开机自动运行的Indexx:
eclipse->windows->preferences->myeclipse->Maven4Myeclipse->Maven->download Repository index on start up,去掉不选
2、修改eclipse的配置文件,一下是一个参考:(修改前提醒您提前备份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
org.eclipse.platform
--launcher.XXMaxPermSize
256m
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms128M
-Xmx1024M
希望能帮到大家:
参考资料:关于eclipse配置文件,