IzPack and JOGL: any example?

Hi!

The next release of my game is becoming very very fat, it is no more acceptable to use Java Webstart and some users complain about the interruption while loading (JOGL), the lack of shortcuts, the inexistent native integration, etc… I would like to use IzPack to ease the installation process for the end users but it seems more difficult to configure than Java Webstart. Is there at least one existing JOGL application that already uses this installer? I’m a bit lost, I have found no “Hello World” example to start using IzPack.

I had made a simple but effective LZMA based installer which may be of use:

There is no license, you can use it however you want. however the LZMA library is not my work but has been released into the public domain (http://www.7-zip.org/sdk.html)

The compression phase is a memory hog so i suggest giving starting with a heap size of 256M or reducing the compression level. The decompression should not need as much memory.

Have you tried to use Pack200 on your Webstart version?