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 .

5 设置文件默认打开方式(例如JSP)
preferences->General->editors->Files Associations(位置根据具体eclipse版本会有所不同)
File Types 选择.jsp
assiciations 里选择classic jsp editor,然后点右边的default

原文地址:https://www.cnblogs.com/sky7034/p/2135783.html