Whats best way to package a Java Application with lots of dependencies?

后端 未结 7 1964
醉酒成梦
醉酒成梦 2021-01-11 14:22

I\'m writing a java app using eclipse which references a few external jars and requires some config files to be user accessable.

  1. What is the best way to pac

7条回答
  •  感情败类
    2021-01-11 14:51

    You could look at other java projects (e.g. JMeter, SquirrelSQL, JEdit, Cernunnos, etc.). Each package their applications slightly differently, so consider your goals when you review these.

提交回复
热议问题