文件系統不同步問題resource is out of sync with the file system的解決辦法
在eclipse中,啟動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之外對工程中的resource進行修改引起的;但是,有時沒有在eclipse之外進行修改,也會報類似的錯誤。
解決辦法:需要手動刷新一下資源管理器。
(1)在eclipse中,工程目錄右鍵,選擇F5(refresh)
(2)設置eclipse自動刷新。
通過Window->Preferences->General->Workspace,選中Refresh automatically。
posted on 2008-05-03 13:19 狼愛上貍 閱讀(4599) 評論(9) 編輯 收藏 所屬分類: Eclipse