无法在新工作区中打开Eclipse

时间:2013-03-01 10:56:05

标签: android eclipse macos workspace

我在MacOS上处理Android项目。最近我不得不在另一个位置创建我的项目的副本。说它是Users/user/SVN/Applications/BarPoject/AndroidBarProject,现在是Users/user/Projects/AndroidBarProject

现在我正在尝试让Eclipse在新位置使用该项目。启动Eclipse时,我会浏览到新的工作区,然后单击“确定”,然后我会看到一个弹出警告,其中显示:

An error has occurred. See the log file /Users/user/Projects/AndroidBarProject/.metadata/.log

我接下来要做的是在旧工作区中打开Eclipse并单击File/Switch Workspace,但我再次看到完全相同的弹出消息。

我打开那个日志文件,这里有摘录,我想这个问题描述一下:

org.osgi.framework.BundleException: Exception in org.eclipse.core.resources.ResourcesPlugin.start() of bundle org.eclipse.core.resources.
Caused by: org.eclipse.core.internal.dtree.ObjectNotFoundException: Tree element '/BarApp/bin/jarlist.cache' not found.

但我已将jarlist.cache文件放入bin目录!

此外,它再次抱怨缺少jarlist.cache文件,除此之外:

java.lang.NoClassDefFoundError: org/eclipse/core/resources/IContainer
Caused by: org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter$TerminatingClassNotFoundException: An error occurred while automatically activating bundle org.eclipse.core.resources (78).
Caused by: org.osgi.framework.BundleException: Exception in org.eclipse.core.resources.ResourcesPlugin.start() of bundle org.eclipse.core.resources.
Caused by: org.eclipse.core.internal.dtree.ObjectNotFoundException: Tree element '/BarApp/bin/jarlist.cache' not found.

我再次强调jar list.cache文件存在于所需目录中。 请帮帮我一个人。如果需要,我可以显示整个日志文件内容

0 个答案:

没有答案
相关问题