Content deleted Content added
mNo edit summary |
mNo edit summary |
||
Line 23:
== Pack200 Compression ==
To reduce the size of a '''Java Web Start''' application a compression system was introduced called '''Pack200'''. It compresses large files so efficiently that a large file can be compressed to 1/9 of its original size.
It has always been supported since it first appeared, but initially this feature required server-side cooperation and was originally quite difficult to setup. When SUN introduced J2SE 6u10, Pack200 support was available without the need for special server support. This feature can be enabled or disable within the JNLP file.
|