MyEclipse Update Progress Error解决方法

MyEclipse Update Progress Error现象:
频繁弹出Update Progress(Time of error:……)窗口。
.log文件里

org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.IllegalArgumentException: Argument cannot be null) 
at org.eclipse.swt.SWT.error(SWT.java:3563) 
at org.eclipse.swt.SWT.error(SWT.java:3481) 
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:126) 
中略
Caused by: java.lang.IllegalArgumentException: Argument cannot be null 
at org.eclipse.swt.SWT.error(SWT.java:3547) 
at org.eclipse.swt.SWT.error(SWT.java:3481) 
at org.eclipse.swt.SWT.error(SWT.java:3452) 

 如图

解决方案
一。在某英文网站上找到一下答案,试了,没好用。你们可以试下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的安装目录,之下的“eclipseconfigurationorg.eclipse.update”目录, 
发现有一个,last.config.stamp。 
a) leave myeclipse 
b) delete last.config.stamp 
c) restart myeclipse 
之后就没有同样的窗口弹出来。 
但是,如果在某项目上右键打开项目的属性窗口,点击“Myeclipse”的Update按钮,又会弹出同样的窗口。 
这样的话,只要再重复一下上述操作就OK。

 二。

设置 Window->Prefrences->General->Startup and Shutdown 
把Automatic Update Scheduler的钩去掉 

posted @ 2013-12-19 00:19  fxcl  阅读(474)  评论(0编辑  收藏  举报