解決Myeclipse打開項目報The project description file (.project) for is missing的錯誤: eclipse
其實修復辦法很簡單:將Myeclipse Package Explorer中打不開的項目刪除掉,再從新導入便可。形成此問題的主要緣由是Myeclipse中記錄的項目位置發生了改變,形成Myeclipse找不到.project文件。 this
我原來插入u盤後,磁盤盤符顯示是J盤,此次插入後不知道什麼緣由盤符變成I盤了。 spa
Myeclipse中記錄的項目地址依然爲J盤,這就形成Myeclipse找不到.project文件了。 rest
比較詳細的修復步驟: 日誌
一、刪除項目: orm
選擇要刪除的打不開(報The project description file (.project) for is missing)的項目,在項目上點擊右鍵,選擇刪除。 ip
注意:必定不要爲刪除對話框中的Delete project contents on disk(cannot be undone)打上對勾(√)。點擊OK,刪除掉不能打開的項目。 io
二、從新導入項目: function
打開菜單中的文件(File),選擇導入(import...) form
在Import對話框中選擇General,Existing Projects into Workspace 或者 File System均可以,
相應的選擇Select root directory 或者 From directory,點擊瀏覽(Browse),選擇項目所在位置,其餘選項默認,點擊完成(Finish)。
以上兩步便可徹底修復The project description file (.project) for 'twovv-com' is missing. This file contains important information about the project. The project will not function properly until this file is restored.
通常狀況,即便磁盤盤符改變了,Myeclipse均可以自動更新項目的存儲位置,可是不排除碰到自動更新存儲位置失敗的狀況,更多的錯誤應該查看Myeclipse設置的默認項目存儲位置的日誌,或許能有更多發現。