Java makefile 到 eclipse 项目
我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论