jogl Applets and AccessControlExceptions
We're trying to deploy jogl-enabled Applets from our site. The Applet tags are generated by Javascript. We're trying to launch the Applets via the JOGLAppletLauncher. When we do this, we get the following Exception:
java.security.AccessControlException: access denied (java.util.PropertyPermissions user.home read).
From other forum posts, it is my understanding that because we're calling the Applet from Javascript, permissions are more limited (hence the problem reading user.home).
If the JOGLAppletLauncher is signed, why is this a security issue?
Are there any ways around this issue, or is it fundamentally impossible to deploy jogl-enabled applets in this fashion?
Thanks.
-k

