1、去除不需要加载的模块
Windows->Preferences->General->Startup and Shutdown
此时右侧显示的是Eclipse启动时加载的模块,根据实际需要去除一些模块
2、取消MyEclipse在启动时自动验证项目配置文件
MyEclipse –> Validation,然后在右侧的Validator列表中只保留 Manual 项就可以了(Manual列全部勾选,Bulid列只留下第一项classpath dependency Validator)。
3、关掉maven自动更新:
window-preferences->MyEclipse->Maven4MyEclipse->Maven
关闭右窗口中所有Download和Update开头的选项,共四项(去掉前面的勾)
4、关闭更新调度
window –> preferences –> General –> Startup and Shutdown –> Automatic Updates Scheduler(去掉前面的勾)
5、window –> preferences –>Startup–>Show MyEclipse Dashboard on startup(勾选)
6、解决JSP编辑时光标乱跳的问题
打开window--Preferences--MyEclipse--Files and Editors--HTML--Visual Designer ,把Manually refresh design view when not synchronized 选项勾上。
7、修改JSP默认编辑器。提高打开JSP文件的速度
1)依次点击:windows–>perferences–>general–>editors->file associations
2)在“File type”列表框中找到jsp,点击后在下方的”Associated editors“窗口中显示当前用于jsp的编辑器。
3)选中”MyEclipse Visual JSP Designer .然后点击“default”按钮即可。