Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在将 Eclipse 3.8 for Linux 与 EGit 一起使用,并尝试从 Github 导入我的 Java Git 存储库。问题是,它们不被识别为 Java 项目,因此 Eclipse 不编译它们。
如何让 Eclipse 将它们识别为 Java 项目?谢谢您的回答。
问题是我将它作为一般项目导入。对于像我一样遇到这个问题的任何人,永远不要在 Linux 上作为一般项目导入(在 Windows 上进行)。相反,选择使用项目创建向导。设置名称,一切都应该顺利进行。
通过这种方式:
eclipse>右键单击项目>构建路径>配置。
在这里,您将看到一个名为 library 的选项卡,
库>“添加库”>“jre 系统库”
您将看到要添加的 jre 作为选项。您选择执行环境作为您安装的 jre。而已。