• 解决eclipse中出现Resource is out of sync with the file system问题


    本博客网址:http://blog.csdn.net/reille/,转载本博客原创文章请注明出处。

    本文内容概要: 解决eclipse中出现Resource is out of sync with the file system问题。
    eclipse版本:eclipse SDK 3.7.0

    ———————————————————————————————————————————————————————————————————


    在eclipse中搜索时,搜索完之后有时候会弹出错误对话框,错误摘录如下:
    Resource is out of sync with the file system......

    分析:
    有时候因为时间紧迫的原因,所以就没去管它,今天再次遇到它,实在看着不爽,所以想了办法解决此问题!

    这个问题是由于eclipse中文件不同步引起的。在eclipse中,工程文件是由eclipse自动扫描添加的,如果在外部修改了工程目录中的文件但又关闭了自动刷新功能,则会引起文件不同步,从而搜索时出现Resource is out of sync with the file system问题(其它功能可能也会如此)。此外,在外部没有修改eclipse工程中的文件也有可能引起该问题。

    解决方法:
    有两种解决方法:
    1)手动刷新。即在eclipse的工程目录中,右键refresh(或者按下F5)。
    2)配置eclipse的选项:
        a)eclipse启动时,刷新workspace,即勾选:window—>preferences—>general—>startup and shutdown—>refresh workspace on startup;
        b)window—>preferences—>general—>workspace中:勾选选项:refresh using native hooks or polling和refresh on access;

    本人的eclipse版本是:eclipse SDK 3.7.0

  • 相关阅读:
    bootstrap-treeview 父子节点的全选与取消全选
    Nginx 中 proxy_pass 的斜杠问题
    Nginx 安装 echo-nginx-module 模块
    Nginx 内置变量与正则
    SpringBoot 整合 FastDFS
    CentOS7 搭建 FastDFS 环境
    配置 Idea + EmmyLua插件开发环境
    SpringBoot 整合 RabbitMQ
    数据结构笔记-环形队列
    SpringBoot 通过自定义 Mybatis 拦截器,实现 SQL 的改写
  • 原文地址:https://www.cnblogs.com/djiankuo/p/5387254.html
Copyright © 2020-2023  润新知