Java Web Start: Difference between revisions

Content deleted Content added
Updating link from Java SE 5 to SE 6 version
Line 28:
 
== Pack200 compression ==
To reduce the size of a Java Web Start application Sun Microsystems introduced a compression system called [[Pack200]] in Java 1.5.0. It reduces byte counts so efficiently that it can compress a large jar file to one-ninth of its original size if it contains only Java classes.<ref>[http://java.sun.com/j2sejavase/1.5.06/docs/guidetechnotes/guides/deployment/deployment-guide/pack200.html#pack200_compression Pack200 and Compression for Network Deployment]</ref>
 
Java Web Start has supported Pack200 since it first appeared, but initially this feature required server-side cooperation and a certain amount of expertise to set up. When SUN introduced Java SE 6u10, Pack200 support became available without the need for special server support. Application designers can enable or disable this feature within JNLP files.