Hi,
I’m finishing the deployment of my jogl game applet, using JOGLAppletLauncher, everything works as expected when using jar files (well, there’s just a firefox/mozilla issue that reduces the frame rate on XP).
For final deployment, I’m using the pack200 format and it work with my files but it’s broken with jogl.jar
Here’s why : http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/pack200.html (“Steps to Pack a file”)
The explanation is that pack200 applied to a signed jar reorganizes it, and breaks the digital signature. To avoid that, you need to use pack200.exe to normalize the jar before signing it.
As the jogl.jar is 230Kb instead or more 800, could you please provide either a pack200-normalized jogl.jar or a jogl.jar.pack.gz file ready to use ?
Many thanks,
Lilian