2014-09-06 95 views
0

我的電腦崩潰,現在Eclipse無法啓動。這是workspace\.metadata\.log文件:http://pastie.org/9532707Eclipse Kepler在崩潰後無法啓動

該文件存在(作爲相對路徑)。我嘗試重命名該文件,重命名該項目,並運行eclipse -clean,但沒有任何效果。

+0

你是否檢查過它沒有被激活的鎖定文件? – 2014-09-06 21:33:13

回答

1

我能夠通過查找包含.htaccess的所有二進制文件並將其刪除來重新啓動它。我不得不重新導入我的所有項目,但是最好是刪除.metadata目錄並重新安裝所有插件。

$ find .metadata -type f -exec grep .htaccess {} \; 

... 
Binary file .metadata/.plugins/com.aptana.editor.php/1307689257 matches 
Binary file .metadata/.plugins/com.aptana.editor.php/1773282562 matches 
Binary file .metadata/.plugins/com.aptana.index.core/3142297851.index matches 
Binary file .metadata/.plugins/org.eclipse.core.resources/.root/80.tree matches 
Binary file .metadata/.plugins/org.eclipse.core.resources/.snap matches 

$ rm .metadata/.plugins/com.aptana.editor.php/1307689257 .metadata/.plugins/com.aptana.editor.php/1773282562 .metadata/.plugins/com.aptana.index.core/3142297851.index .metadata/.plugins/com.aptana.index.core/3142297851.index .metadata/.plugins/org.eclipse.core.resources/.root/80.tree .metadata/.plugins/org.eclipse.core.resources/.snap