How do I create a jar file, which includes xml and html files?

后端 未结 5 1010
猫巷女王i
猫巷女王i 2021-01-14 17:54

I am trying to create a jar file which includes some class and java files needed, but I also would like to include some extra xml, xsl, html, txt (README) files.

I a

5条回答
  •  自闭症患者
    2021-01-14 18:25

    A .jar is nothing but a ZIP archive, so you can use any program capable of creating ZIPs. Just make sure that you include the manifest and all the class files.

提交回复
热议问题