-1

当我尝试在 Eclipse 中为从 IntelliJ 项目导入的源代码执行与 Java 相关的功能时,我经常看到“资源不在 Java 项目的构建路径上”。例如 F3、Ctrl+Shift+O 等。

这个问题不会让我在构建代码之前看到编译错误。此外,它不识别导入语句中的类。

尝试:右键单击源文件夹>构建路径>用作源文件夹。

试过:项目清理和刷新。

尝试:修改 .project 文件以包含不同的和

它最终在 Eclipse 中添加了很多红色错误,并在工作区中添加了更多文件,从而改变了我原来的工作区文件。

4

1 回答 1

-1

You have to configure a couple of things:

your JRE System Lib (your JAVA_HOME) Add external jar dependencies to the Librairy tab in Configure Build Path. Add project reference if you have multiple project/module

Without seeing what your workspace look like!!! it's hard to tell what is the problem!

That is why i always use Maven now, since all this is taken care automatically.

于 2012-12-13T19:20:26.867 回答