eclipse从崩溃恢复 [英] eclipse recovering from crash

查看:189
本文介绍了eclipse从崩溃恢复的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我的计算机崩溃,我有eclipse打开 - 现在我重新启动,并有我的项目中的各种错误。看起来好像一些文件不包含最近进行的更改。我相信我在事故之前保存了一切。

I had eclipse open when my computer crashed - now I've restarted and there are various errors in my project. It appears as if some files do not contain recently made changes. I am quite sure I saved everything before the crash. Does anyone know the best way to recover?

推荐答案

您需要从您的工作空间中删除org.eclipse.core.resources: / p>

You need to remove org.eclipse.core.resources from your workspace:

cd ~/Documents/workspace/.metalog/.plugins
rm -rf  org.eclipse.core.resources

通过删除 org.eclipse.core.resources 项目元数据。但是,不要担心,一旦你启动eclipse,你可以去文件 - >导入 - >导入Eclipse项目,然后重新导入所有的工作区项目。

By removing org.eclipse.core.resources, you clear out all the project metadata from your workspace. However, don’t worry, once you start eclipse you can just go to "File -> Import -> import eclipse projects" and re-import all your workspace projects.

这篇关于eclipse从崩溃恢复的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆