Is there are way to patch jar files?

后端 未结 7 1477
陌清茗
陌清茗 2021-01-01 18:32

Suppose I sent a large jar or war file to someone. Could I later just change one small section and send that to him? Suppose I just changed one class file. I recompiled t

相关标签:
7条回答
  • 2021-01-01 19:10

    You will need to rebuild the entire jar file unless you want them to unjar, overwrite a file and rejar.

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