Merging Multiple Jars in to a Single Jar

前端 未结 8 741
深忆病人
深忆病人 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

    If your primary target platform is Windows desktop, then you could also consider generating an Windows native exe from the jars of your application

提交回复
热议问题