MyEclipse太耗内存启动慢的优化解决方案
1老是弹出Quickupdateerror
这个问题的解决办法是关闭自动更新
Windows>Preferences>MyEclipse>CommunityEssentials,
把选项"Searchfornewfeaturesonstartup"的前勾去掉即可.
2关闭updatingindexes
Window>Preferences>Myeclipse>Maven4Myeclipse>Maven
禁用Downloadrepositoryindexupdatesonstartup
3关闭MyEclipse的自动validation
Window>Preferences>Myeclipse>validation
将Build下全部勾取消
如果你需要验证某个文件的时候,我们可以单独去验证它。方法是,在需要验证的文件上(右键->MyEclipse->RunValidation)
4启动优化,关闭不需要使用的模块
Window>Preferences>General>StartupandyShutdown在这里列出的是MyEclipse启动时加载的模块可以根据实际情况启动自己需要的模块,我这里只让它加载tomcat5勾选
MyEclipseEASIETomcat5.
5设置文件默认打开方式(例如JSP)
preferences->General->editors->FilesAssociations(位置根据具体eclipse版本会有所不同)
FileTypes选择.jsp
assiciations里选择classicjspeditor,然后点右边的default
相关推荐
A.在myeclise中恢复例子开发环境:1>在myeclipse中新建一个web工程,项目名称自己任意取名,"J2EE Specification Level"一栏选择"J2EE1.4",然后点击"