1. 程式人生 > >Resource is out of sync with the file system解決辦法

Resource is out of sync with the file system解決辦法

在eclipse或mycelipse中,啟動run on server時或檢視專案檔案時報錯:
Resource is out of sync with the file system: '/Test_1_Struts_Spring_Hibernate/WebContent/WEB-INF/.struts-config.xml.strutside'.

這是檔案系統不同步的問題,是因為在eclipse或mycelipse之外對工程中的resource進行修改引起的(或者是由不同的系統間對檔案進行修改引起的);但是,有時沒有在eclipse或mycelipse之外進行修改,也會報類似的錯誤。
解決辦法:需要手動重新整理一下資源管理器。
(1)在eclipse或mycelipse中,工程目錄右鍵,選擇F5(refresh)
(2)設定eclipse或mycelipse自動重新整理。
           通過Window->Preferences->General->Workspace,選中Refresh automatically。