去除MyEclipse频繁弹出的Update Progress窗口

写项目时每敲一个字母就会弹出Update Progress窗口真是让人倒胃口

本方法针对MyEclipse6.x版本有效

我的MyEclipse安装在C:\Program Files\MyEclipse 6.5

关闭MyEclipse,找到文件夹C:\Program Files\MyEclipse 6.5\eclipse\configuration\org.eclipse.update\

把last.config.stamp文件删掉,启动MyEclipseUpdate Progress的警告对话框应该就不会出现了。

如果还不行的话,找到.metadata文件夹(这个文件夹位于MyEclipse的工作路径,不是安装路径),按照"org.eclipse.update*"搜索文件名,把找到的结果全都删除掉,再重新启动MyEclipse

同时可以把自动更新的选项去掉Window->Preferences->Install/Update->Automatic Updates,把Automatically find new updates and notify me的勾去掉

祝敲代码愉快~

猜你喜欢

转载自www.cnblogs.com/parable/p/11346679.html
今日推荐