天天看點

Eclipse啟動時出現錯誤 An internal error occurred during: “Updating indexes”

  在Eclipse的workspace下有個.metadata檔案夾,Eclipse出現異常的log檔案就在這個目錄下。

     最近出現了這樣的錯誤:

Eclipse啟動時出現錯誤 An internal error occurred during: “Updating indexes”
Eclipse啟動時出現錯誤 An internal error occurred during: “Updating indexes”

     檢視日志檔案發現:

     !ENTRY org.eclipse.core.jobs 4 2 2011-08-03 09:33:32.843

     !MESSAGE An internal error occurred during: "Updating indexes".

     !STACK 0

     java.lang.OutOfMemoryError: Java heap space

     【解決辦法】

      windows---preference---maven----取消勾選的Download repository index updates on startup

Eclipse啟動時出現錯誤 An internal error occurred during: “Updating indexes”