Login  Register

Re: Mac OS Java Update ( 1.6.0_20) breaks JOGL applets

Posted by blainebell on Apr 29, 2011; 5:15pm
URL: https://forum.jogamp.org/Mac-OS-Java-Update-1-6-0-20-breaks-JOGL-applets-tp827857p2880017.html

sorry its taken me a while to get back to this thread.  Wade, thanks a lot for doing this.

I get the same exact behavior with your example that I do with my applet.  Inside safari when applets run in their own process, it runs, but I do not see the Triangle inside the browser.  I need to apple-click on it, then drag the window outside of the browser to see it.  If I set the applets to run within the browser process, I get:

VALIDATE: libnewt.jnilib
java.io.IOException: Cannot validate certificate for libnewt.jnilib
        at org.jdesktop.applet.util.JNLPAppletLauncher.validateCertificates(JNLPAppletLauncher.java:1870)

Here is the full log from the debugged version of JNLPAppletLoader:

error.log

I have also tried to move this directory to under a local webserver, but I get the same behavior.

I still don't know what this message means, and why it wouldn't be able to validate a certificate for a jnilib, since the jarsigner should correctly sign the jar files and all of the files inside it.  If anyone has any idea, let me know.

Thanks!

Blaine