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


    方法1:

    1.关闭updating index 
    Window => Preferences => Myeclipse Enterprise Workbench => Maven4Myeclipse => Maven=>禁用Download repository index updates on startup 

    2.解决'update progress' 

    'update progress' has encountered aproblem.An tinernal error has occurred 

    去到Myeclipse根目录下找到eclipseconfigurationorg.eclipse.update下面把last.config.stamp删除掉,重启myeclipse 

    ------------------------------------------------------

    方法2:

    我的MyEclipse安装在C:Program FilesMyEclipse 6.5

    关闭MyEclipse,找到文件夹C:Program FilesMyEclipse 6.5eclipseconfigurationorg.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的勾去掉

  • 相关阅读:
    string类
    拓扑排序 图
    麦森数,高精度快速幂
    排列
    牛客练习赛28 B 数据结构
    牛客练习赛27 C-水图
    组合数
    树状数组
    k短路模板+例题
    Supreme Number(找规律,打表)
  • 原文地址:https://www.cnblogs.com/fan-yuan/p/4016042.html
Copyright © 2020-2023  润新知