解決eclipse使用Search彈出錯誤問題

在eclipse中搜索時,搜索完以後有時候會彈出錯誤對話框,雖然錯誤內容有時候不一樣,可是解決辦法都同樣。eclipse

 

這個問題是因爲eclipse中文件不一樣步引發的。在eclipse中,工程文件是由eclipse自動掃描添加的,若是在外部修改了工程目錄中的文件但又關閉了自動刷新功能,則會引發文件不一樣步,從而搜索時出現Resource is out of sync with the file system問題(其它功能可能也會如此)。此外,在外部沒有修改eclipse工程中的文件也有可能引發該問題。

解決方法:
有兩種解決方法:
1)手動刷新。即在eclipse的工程目錄中,右鍵refresh(或者按下F5)。
2)配置eclipse的選項:
    a)eclipse啓動時,刷新workspace,即勾選:window—>preferences—>general—>startup and shutdown—>refresh workspace on startup;
    b)window—>preferences—>general—>workspace中:勾選選項:refresh using native hooks or polling和refresh on access;spa

 

若是方法1不能解決,能夠嘗試方法2。eclipse的3.7版本我用方法1有效,如今3.8只能用方法2來解決了。ip

相關文章
相關標籤/搜索