applet security exception with jsr-231 1.0.0 released

Hi all,

When I use the jar files of the jsr-231 1.0.0 released (not the nighty builds), I have the following security check exception :
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:288)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Are then new jar files properly signed ?

Mathlamenace

Sorry about this and thanks for pointing it out. Before just now we didn’t have a distribution suitable for re-deploying as a Java Web Start set of jar files or using the JOGL applet launcher mechanism. There’s a new download bundle “jogl-1_0_0-webstart.zip” in the JSR-231 1.0.0 release containing all of the appropriate signed jar files, including the native library jar files. Please try them out and post if you see any problems with them.

It’s works perfectly. thank you very much !

Mathlamenace