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

来源:互联网 发布:淘宝管制刀具的定义 编辑:程序博客网 时间:2024/05/20 18:48
 

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

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

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

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

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

 

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

 

------plus:

解决方案
在某英文网站上找到一下答案,试了,没好用。你们可以试下OK不?
a) leave myeclipse
b) point explorer to the .metadata folder
c) right mouse button select "search" giving criteria 'org.eclipse.update*' (without quotes)
d) deleting all the files/folders found
e) restart myeclipse

通过上面的联想到其它UpdateStamp的文件,到MyEclipse的安装目录,之下的“eclipse\configuration\org.eclipse.update”目录,
发现有一个,last.config.stamp。
a) leave myeclipse
b) delete last.config.stamp
c) restart myeclipse
之后就没有同样的窗口弹出来。
但是,如果在某项目上右键打开项目的属性窗口,点击“Myeclipse”的Update按钮,又会弹出同样的窗口。
这样的话,只要再重复一下上述操作就OK。