首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 系统运维 >

Aptana 中 "Resource is out of sync with the file system" 有关问题的解决办法

2012-11-01 
Aptana 中 Resource is out of sync with the file system 问题的解决方法今天复制一个文件要覆盖掉 apt

Aptana 中 "Resource is out of sync with the file system" 问题的解决方法

今天复制一个文件要覆盖掉 aptana 项目中的一个同名文件时,报了一个错误
“Resource is out of sync with the file system“

网上找到了相应的解决方法:
'''
查阅资料后发现这是文件系统不同步的问题,是因为在eclipse之外对工程中的resource进行修改引起的;但是,有时没有在eclipse之外进行修改,也会报类似的错误。
解决办法:需要手动刷新一下资源管理器。
(1)在eclipse中,工程目录右键,选择F5(refresh)
(2)设置eclipse自动刷新。
通过Window->Preferences->General->Workspace,选中Refresh automatically。
'''

热点排行