How to Combine Multiple Jars into One?

前端 未结 2 1952
旧时难觅i
旧时难觅i 2020-12-18 23:43

I\'ve read so many articles/explanations on this and spent too many hours, but everything is either too broad or specific.

This question really only applies to an Ap

2条回答
  •  甜味超标
    2020-12-18 23:55

    From the base of your bin directory, why not try:

    jar.exe -cvf cxapplet.jar *
    

    Place your external jar files in the appropriate location in you your bin directory, and manually jar your class files with the external jar files.

    Alternatively, see this thread which might provide more information for you.

提交回复
热议问题