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.
有人可以解释一下我如何将应用程序编译为包含其他几个库的 JAR 文件吗?
我已经包含了三个需要与应用程序一起编译的 JAR 文件。
我已尝试按照建议使用“导出/可运行 JAR 文件导出”,但“启动配置”下拉列表为空白。
我尝试运行程序,它运行良好,如果我检查“运行配置”一切似乎都很好。
我错过了什么?
我已经下载了 MAVEN 插件,将项目转换为 MAVEN 项目。然后我包含了 POM.XML,其中包含了所有依赖项和 JAR 签名。
然后使用 MAVEN install 命令将该项目导出为 JAR 文件。