在 Eclipse 中重用另一个 Java 项目中的类的最佳方法是什么?
我在 Eclipse 中有多个 Java 项目。我想在我的新项目中重用旧项目中的一些类。在 Eclipse 中执行此操作的最佳方法是什么?
即是否可以将另一个“项目文件夹”添加到我的新项目的构建路径中?
I have multiple Java projects in Eclipse. I would like to reuse some classes in my new project from my old project. What is the best way to do that in Eclipse?
I.e. is it possible to add another "project folder" to the build-path for my new project?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,在构建路径对话框(构建路径 > 配置构建路径...)中,转到“项目”选项卡,然后添加项目依赖项。
在包含的项目上,您可以使用“排序和导出”选项卡来选择将源文件夹和库的哪些部分导出到相关项目。
Yes, in the build path dialog (Build Path > Configure Build Path...), go to the Projects tab, and add the project dependencies.
On the included project, you can use the Order and Export tab to select, which parts of your source folders and libraries to export to dependent projects.