Created attachment 438 [details] Screenshot I take "Nehe's Lesson #9 "Moving Bitmaps in 3D space" from URL below and try to run it from JNLP file. http://www3.ntu.edu.sg/home/ehchua/programming/opengl/JOGL2.0.html#zz-4. I use this build of JOGL http://jogamp.org/deployment/archive/master/gluegen_629-joal_396-jogl_903-jocl_741-signed/jogl-all-awt.jnlp Instead of stars I see a few points which disappears shortly. The issue is only reproduced in JavaWebStart in Mac OS X 10.8. Same code works fine from command line.
Can you try again with this build please? http://jogamp.org/deployment/archive/master/gluegen_652-joal_417-jogl_943-jocl_767/
com.sun.deploy.net.JARSigningException: Found unsigned entry in resource: http://jogamp.org/deployment/archive/master/gluegen_652-joal_417-jogl_943-jocl_767/jar/jogl-all.jar
(In reply to comment #2) > com.sun.deploy.net.JARSigningException: Found unsigned entry in resource: > http://jogamp.org/deployment/archive/master/gluegen_652-joal_417-jogl_943- > jocl_767/jar/jogl-all.jar You have taken the unsigned JARs, this is the expected behaviour. I sign all JARs by myself and it works.
I've got it. I signed the jars from this build and I was able to reproduce same issue with gluegen_652-joal_417-jogl_943-jocl_767
(In reply to comment #4) > I've got it. > > I signed the jars from this build and I was able to reproduce same issue > with gluegen_652-joal_417-jogl_943-jocl_767 Ok. Can you enable the logs so that we get some complementary information? http://jogamp.org/wiki/index.php/Jogl_FAQ#Detailed_Debug_Log
Created attachment 448 [details] Debug log information There are come exceptions, but they are logged in any case, even when app works fine in other configurations.