我的计算机崩溃,现在Eclipse无法启动。这是workspace\.metadata\.log
文件:http://pastie.org/9532707
该文件存在(作为相对路径)。我尝试重命名文件,重命名项目,然后运行eclipse -clean
,但没有任何作用。
答案 0 :(得分: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