I've searched high and low for a way to do this, finding all manner of different ways to approach this problem, and yet none of them have worked for me.
I simply need a way to append files to a Jar File, overwriting if they already exist, and I want the fastest way to do this too. I've tried converting it to a Zip File and adding the files using Zip File System but I run into errors such as "zip END header not found", other methods work but are painfully slow (6 MB of files took 3 minutes).
What is the fastest way to append files to a Jar File?
Edit: Yeah go ahead, downvote instead of answering, very productive.