How do I compress a jar file with a manifest file and keep it executable? For example I was trying to use the following to create an executable jar:
bjwflate -s 513 A.class META-INF\MANIFEST.MF
Whenever I try to run it it tells me the jar file is corrupt. This happens a lot after using certain optimizers as well. I also verified that I can create a jar file with the jar command and 7zip that runs ok.
Thanks,
Casey