如何关闭MyEclipse自动更新
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何关闭MyEclipse自动更新相关的知识,希望对你有一定的参考价值。
Windows > Preferences > MyEclipse > Community Essentials,把选项 "Search for new features on startup"的前勾去掉即可.
如果是 myeclipse7.5 呢.
window --> preferences --> General --> Startup and Shutdown --> Automatic Updates Scheduler 这个我关了以后还是有更新.
关闭quick update 解决MyEclipse 启动时自动更新卡住的问题
MyEclipse ------> Preferences -------->genernal-------->network Connections
把选项 改为手动的,manual。
1.禁用myeclipse updating indexes
MyEclipse 总是不停的在 Update index,研究发现Update
index...是Maven在下载更新,但很是影响myeclipse的使用速度,禁用办法如下:Window => Preferences
=> Myeclipse Enterprise Workbench => Maven4Myeclipse =>
Maven=>取消勾选的Download repository index updates on startup
2.
去除不需要加载的模块
一个系统20%的功能往往能够满足80%的需求,MyEclipse也不例外,我们在大多数时候只需要20%的系统功能,所以可以将一些不使用的模
块禁止加载启动。通过 Windows - Preferences打开配置窗口,依次选择左侧的General - Startup and
Shutdown,这个时候在右侧就显示出了Eclipse启动时加载的模块,可以根据自己的实际情况去除一些模块。
windows–>perferences–>general–>startup and shutdown 只选了tomcat和weblogic即可
默认情况下 MyEclipse在启动的时候会自动验证每个项目的配置文件,这是一个非常耗时的过程,可以在Preferences窗口依次选择
MyEclipse - Validation,然后在右侧的Validator列表中只保留 Manual
项就可以了。如果需要验证的时候只需要选中文件,然后右键选择 MyEclipse - Run Validation就可以了。
windows–>perferences–>myeclipse–>validation
把 除了manual 下面的全部点掉,build下只留 classpath dependency Validator
手工验证方法:
在要验证的文件上,单击鼠标右键–>myeclipse–>run validation
拼写检查会给我们带来不少的麻烦,我们的方法命名都会是单词的缩写,他也会提示有错,所以最好去掉,没有多大的用处:
windows–>perferences–>general–>validation->editors->Text Editors->spelling
myeclipse 打开 jsp 的默认编辑器不好,会同时打开预览
windows–>perferences–>general–>editors->file associations,
把默认改成 MyEclipse JSP Editor 参考技术A 1、操作步骤:依次点击window --> preferences --> General --> Startup and Shutdown --> Automatic Updates Scheduler 这个关了。
2、关闭quick update 解决MyEclipse 启动时自动更新卡住的问题
MyEclipse ------> Preferences -------->genernal-------->network Connections
把选项 改为手动的,manual。
MyEclipse如何取消自动升级
老在右下角出现更新进度条,烦人。。。请教高手如何取消启动自动更新
1. window --> preferences --> General --> Startup and Shutdown --> 在列表中找到 "Automatic Updates Scheduler " 项去掉前面的勾。 2. Window --> Preferences --> Myeclipse Enterprise Workbench --> Maven4Myeclipse --> Maven --> "Download repository index updates on startup" 去掉前面的勾。
3. Window --> Preferences --> Myeclipse Enterprise Workbench --> Maven4Myeclipse --> MyEclipse Dashboard --> "Show MyEclipse Dashboard on startup" 去掉前面的勾。
以上是关于如何关闭MyEclipse自动更新的主要内容,如果未能解决你的问题,请参考以下文章