Merging Multiple Jars in to a Single Jar

前端 未结 8 744
深忆病人
深忆病人 2020-12-05 15:33

my application needs multiple jars to work. Since it is a desktop application i can not hold the user responsible of installing. So in my build script i unzip the jars conte

8条回答
  •  庸人自扰
    2020-12-05 16:27

    A simpler solution (IMO) is using Maven's assembly plugin, which is also described in one of the answers to another question which was linked to in a previous Q&A. This is provided you are using Maven (which is a recommended tool by its own right) as a build tool.

提交回复
热议问题