0

昨天我在我的 Java 项目中导入了一些 Java 文件(只是为了能够将它们编译成 *.class 文件),然后我删除了这些文件,现在我的 Eclipse 不断显示以下抱怨:

Could not move: <the mentioned Java file>
  File not found: <again the mentioned Java file>

最重要的是,Eclipse 提到插件“org.eclipse.core.filesystem”中存在这个问题。

现在我想执行以下操作:
我想转到包含此过时引用的文件并在该文件中将其删除。(在 Visual Studio 中这是小菜一碟)

我怎样才能在 Eclipse 中做到这一点?Eclipse 将其项目文件存储在哪里?

4

1 回答 1

0

将鼠标光标放在源代码中的类或方法名称上,然后按 Ctrl+Shift+G。

于 2017-04-21T08:09:06.143 回答