Search:

Type: Posts; User: p35t173nc3

Search: Search took 0.09 seconds.

  1. Re: Java Applet Development - pack200 .gz file unpack and create .jar file in browser

    pack200-gzip can reduce an archive up to about a third of its original size depending on whats in the archive (obviously already compressed resources like pictures will not get smaller)

    If the...
  2. Re: Java Applet Development - pack200 .gz file unpack and create .jar file in browser

    you will need to either:
    1. Deploy the .jar.pack.gz files using a webserver and ensure that the webserver sends the header: content-encoding=pack200-gzip, or
    2. write a custom class loader...
Results 1 to 2 of 2