Merging Multiple Jars in to a Single Jar

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

    0 讨论(0)
  • 2020-12-05 16:31

    If you want a no fuss way for the end user to kick off a program with multiple jar dependencies you may want to look at Launch4j or Jsmooth (I prefer Launch4j). Both are programs that create executables that wrap jar(s) and the JRE together so that to the end user it appears no different then any other executable.

    0 讨论(0)
提交回复
热议问题