如何让 Netbeans 项目像 Eclipse 一样导出其依赖项?
在 Eclipse 中,如果项目使用特定的 JAR 文件,我可以对其进行标记以提供/导出它。
因此,如果另一个项目引用了前者,那么特定的 JAR 也将可用。
我怎样才能在 Netbeans 中做到这一点?
In Eclipse, if a project uses a particular JAR file, I can mark it to provide/export it.
So if another project has a reference to the former, then the particular JAR will be available too.
How can I do that in Netbeans?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Netbeans 中,您始终必须在项目属性中添加 JAR,除非您使用某些部署工具。
In Netbeans you always have to add JAR in the project properties, unless you use some deployment tools.