Having some problem running JOGL versions from 12/27 .

First of all, I’m a newbie in JOGL and Java

I have some problem running JOGL versions from 12/27 .

It throws this:

java.security.AccessControlException: access denied (java.util.PropertyPermission user.home read)
at java.security.AccessControlContext.checkPermission(Unknown Source)
at java.security.AccessController.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPropertyAccess(Unknown Source)
at java.lang.System.getProperty(Unknown Source)
at com.sun.opengl.util.JOGLAppletLauncher.start(JOGLAppletLauncher.java:386)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Older versions (1.1.1 RC1) works fine

Which is the problem?

I think you’re attempting to deploy a nightly JOGL build. We don’t sign those binaries so if you want to put them on a web server and deploy an applet using them you’re going to have to sign them yourself. The only binaries we sign are the release binaries, which are in the “Documents & files” section of the JOGL home page. The current release build is 1.1.0-rc2.

Thanks Ken. That´s okay