码迷,mamicode.com
首页 > 系统相关 > 详细

解决eclipse: Resource is out of sync with the file system 报错问题

时间:2014-05-05 10:51:16      阅读:443      评论:0      收藏:0      [点我收藏+]

标签:blog   tar   strong   http   art   文件   

eclipse版本:4.3

 

在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;

 

原文见:http://supershll.blog.163.com/blog/static/37070436201310129945358/

解决eclipse: Resource is out of sync with the file system 报错问题,布布扣,bubuko.com

解决eclipse: Resource is out of sync with the file system 报错问题

标签:blog   tar   strong   http   art   文件   

原文地址:http://www.cnblogs.com/liuyonglong/p/3707768.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!