eclispe的resource is out sync with file system报错

来源:互联网 发布:基于分水岭的分割算法 编辑:程序博客网 时间:2024/05/29 11:25

resource is out sync with file system

出现这原因,是因为文件有改动而工程没有刷新, 刷新下就好了,也可以勾起自动刷新功能

1. 勾选:window—>preferences—>general—>startup and shutdown—>refresh workspace on startup;
2. 勾选:window—>preferences—>general—>workspace->refresh using native hooks or polling和refresh on access;

1 0
原创粉丝点击