How to combine two Jar files

后端 未结 8 1533
情深已故
情深已故 2020-11-28 05:31

Is it possible to combine two jar files such that in an applet tag I can simply do something like

archive=\"jarjar.jar/jar1.jar\"...  ...archive=\"jarjar.jar         


        
8条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-28 06:23

    Just unzip both jar files, then zip the results into one zip file, and rename this to jar again.

    But as adarshr said: Better use the jar command for that.

提交回复
热议问题