How do you recompile a jar file?

后端 未结 4 1086
你的背包
你的背包 2021-01-01 00:28

I took an old jar file and edited it. Now i have a folder that has all the files and I want to recompile them back to a jar file. How do i do this?

4条回答
  •  轮回少年
    2021-01-01 01:27

    A jar file is just a zip file with a few extra files. You Can use any zip utility to rejar an unjarred jar file.

提交回复
热议问题