Has anyone tried to find out the smallest
possible size for using JOGL?
jogl.jar is currently 837KB. Can this use Pack200
via Webstart?
jogl-natives-win32.jar is currently 56KB.
If I remove jogl_cg.dll which I don’t need
then it is 40KB. I doubt this can go much
smaller but does anyone has any idea?
My aim is to reduce the first-run wait that
the user has to go through. If the user is on
a 56Kbps modem, then that’s about a
2-minute wait. A 512Kbps ADSL line will
need about 25-seconds.
Using tricks like parsing the class files
and rip out methods that are not used is
not a good idea because you never know
when you will need them again when your
app is updated, without having to re-download
JOGL.
Any suggestions?
.rex