How do I disable GZIP compress with the pack200 tool?
Created Sep 29, 2007
John Zukowski Use the
--no-gzip option:
pack200 --no-gzip file.jar.pack file.jar
Created Sep 29, 2007
--no-gzip option:
pack200 --no-gzip file.jar.pack file.jar