Blog articles tagged pack200

Combining Ant, Jar, Signatures and Pack200

by Mike Bremford

If you're deploying Java code as Applets, Pack 200 compression can reduce the size of your download by 70%. This article shows how to build digitally signed Jars with Pack 200 compression using Apache Ant. It can be applied to any code, not just BFO code.