Java makefile 到 eclipse 项目

发布于 2024-12-08 17:50:33 字数 532 浏览 0 评论 0原文

我有一个 java 项目的 makefile 版本,其组织如下:

CLASSFILES=Main/Main.class Lex/BooleanLiteral.class< and so on>
JAVAFILES=IR/*.java
CFILES=Runtime/*.c

我希望将其移至 Eclipse,以便我能够更好地调试它(我需要在此代码库中实现一个功能,并且我需要了解代码流更好)

我是一名 C++ 程序员,我刚刚转向 Java 编程,我尝试按照此链接中的说明进行操作。 如何将预先存在的 Java 项目导入 Eclipse 并启动并运行? 但我收到以下错误,该项目未构建,因为其构建路径不完整。我真的被困在这里,任何帮助将不胜感激。

问候, 萨勃拉曼尼亚

I have an makefile version of a java project which is organized as follows:

CLASSFILES=Main/Main.class Lex/BooleanLiteral.class< and so on>
JAVAFILES=IR/*.java
CFILES=Runtime/*.c

I am looking to move this to Eclipse so that I would be able to debug it better( I need to implement a feature in this codebase and i need to understand the codeflow better. )

I am a C++ programmer and I have just moved to Java programming, i have tried to follow the instructions in this link
How do I import a pre-existing Java project into Eclipse and get up and running?
but i am getting the following error, the project was not built since its build path is not complete. I am really stuck here, any help would be much appreciated.

Regards,
Subramanian

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文