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 文件中的任何一个复制到我的磁盘上。
我目前正在将此项目开发为标准 Eclipse Java 项目,但有一天我也想将此项目部署为 .jar 文件,因此该解决方案必须同时适用于目前和未来的情况也是。
谢谢
我认为这就是你所追求的:Eclipse 有一个导出功能,它还将使用过的库 jar 打包到导出的 jar 中。
File->Export->Runnable Jar file -> Package Required library into generated JAR