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 中有多个 Java 项目。我想从我的旧项目中重用我的新项目中的一些类。在 Eclipse 中做到这一点的最佳方法是什么?
即是否可以在我的新项目的构建路径中添加另一个“项目文件夹”?
是的,在构建路径对话框(构建路径 > 配置构建路径...)中,转到“项目”选项卡,然后添加项目依赖项。
在包含的项目上,您可以使用“订购和导出”选项卡来选择要导出到依赖项目的源文件夹和库的哪些部分。