We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
Who can you trust? (Read 413 times)
Who can you trust?
Jan 28th, 2009, 4:53pm
 
I've just created my first Processing sketch using OpenGL and, while I've been delighted by how easily I can create an applet, I'm disappointed that my applet won't load without a scary security warning message.

On the Mac I see:
This applet was signed by "sun microsystems, inc," but Java cannot verify the authenticity of the signature's certificate. Do you trust this certificate?

Java can't verify the authenticity of a certificate from Sun? If I were a naive user and I got this message coming to a website, I'd be very wary about clicking the "Trust" button.

Is this problem specific to some security configuration on my Mac, or is this an inherent consequence of using OpenGL in an applet?

I did not originally code my sketch using OpenGL. I first built a 3D animation using a P3D view, but the applet was eating up 50% of my CPU cycles. I recoded using GL display lists and the CPU usage is down to 3%.

Can I avoid using OpenGL/JOGL by doing something with Processing 3D that will be equivalent to display lists?

Thanks for helping orient me to the Processing Way(tm.)
Re: Who can you trust?
Reply #1 - Jan 30th, 2009, 3:47pm
 
As a Mac bigot, I'm not inclined to give much credit to Windows or, particularly, IE. But the warning I get on the Dark Side is much more sensible:

The application's digital signature has been verified. Do you want to run the application?

Name: com.sun.opengl.util.JOGLAppletLauncher
Publisher: sun.microsystems, inc
From: http://homepage.mac.com

The digital signature has been validated by a trusted source.


That seems reasonable; maybe my beef is limited to OS X.
Page Index Toggle Pages: 1