Eclipse优化速度

Eclipse优化速度

我用的是eclipse,每次一启动,就得等着他Quick update, updating indexes ,然后又validation!唉,开个MyEclipse还得去泡杯咖啡先。

本人决定先斩之而后快!呵呵,经过配置后,速度还真不错,解决方案如下:

1 老是弹出Quick update error
这个问题的解决办法是关闭自动更新

Windows > Preferences > MyEclipse Enterprise Workbench > Community Essentials,
把选项 "Search for new features on startup"的前勾去掉即可.

2 关闭updating indexes

Window > Preferences > Myeclipse Enterprise Workbench > Maven4Myeclipse > Maven

禁用Download repository index updates on startup

3 关闭MyEclipse的自动validation

Window > Preferences > Myeclipse Enterprise Workbench > validation
将Build下全部勾取消

如果你需要验证某个文件的时候,我们可以单独去验证它。方法是,在需要验证的文件上( 右键 -> MyEclipse -> Run Validation )

4 启动优化,关闭不需要使用的模块

Window > Preferences > General > Startup andy Shutdown 在这里列出的是MyEclipse启动时加载的模块 可以根据实际情况启动自己需要的模块,我这里只让它加载tomcat5 勾选 MyEclipse EASIE Tomcat 5

你可能感兴趣的:(eclipse)