eclipse:resource is out of sync with the file system(文件系统不同步)解决办法

今天用ecliose打开我昨天创建在系统里边FAT32格式的盘上的文件时居然无法打开,eclipse提示:resource is out of sync with the file system。在网上google了一下,说是文件系统不同不步造成的。解决办法:
(1)在eclipse中,工程目录右键,选择F5(refresh)
(2)设置eclipse自动刷新。 通过Window->Preferences->General->Workspace,选中Refresh automatically。
转自:http://hi.baidu.com/proglife/blog/item/0c14d0d9ad404e2910df9b3a.html

你可能感兴趣的:(eclipse:resource is out of sync with the file system(文件系统不同步)解决办法)