It throws an exception, here's the console output:


java.lang.ExceptionInInitializerError: java.security.AccessControlException:
access denied (java.lang.RuntimePermission modifyThreadGroup)

 at java.security.AccessControlContext.checkPermission(Unknown Source)

 at java.security.AccessController.checkPermission(Unknown Source)

 at java.lang.SecurityManager.checkPermission(Unknown Source)

 at sun.applet.AppletSecurity.checkAccess(Unknown Source)

 at java.lang.ThreadGroup.checkAccess(Unknown Source)

 at java.lang.ThreadGroup.getParent(Unknown Source)

 at javax.media.j3d.MasterControl$17.run(MasterControl.java:2618)

 at java.security.AccessController.doPrivileged(Native Method)

 at javax.media.j3d.MasterControl.<clinit>(MasterControl.java:2611)

 at javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:550)

 at CanvasFor3d.<init>(Pend8.java:638)

 at Pend8.init(Pend8.java:98)

 at sun.applet.AppletPanel.run(Unknown Source)

 at java.lang.Thread.run(Unknown Source)

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to