Combine or merge all jars in one executable jar

前端 未结 1 2013
再見小時候
再見小時候 2020-12-12 01:34

Kind of a \"simple\" question here, but it seems complicated to do such a thing using Eclipse.

I have a \"utils\" project, in which I have developped \"common\" code

1条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-12 02:03

    Have you seen JarSplice?

    JarSplice merge all your jars and native files into one, easy to use executable jar file via an easy to use GUI.

    enter image description here

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