zoukankan      html  css  js  c++  java
  • 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的钩去掉 

  • 相关阅读:
    11月1号笔试题总结
    10月30笔试题总结
    web前端常用单词
    9月13日·碎碎念
    python 匿名函数
    python 二分法查找
    python 递归
    python内置函数
    python 列表生成式
    python 生成器
  • 原文地址:https://www.cnblogs.com/gredswsh/p/MyEclipse_UpdateProgressError.html
Copyright © 2011-2022 走看看