Hi,

I tested my Java 3D applet with jdk1.3.1beta and hope it can solve the
tooltip problem. Unfortunately, my applet doesn't work in java plugin 1.3.1
although it works  perfect in java plugin 1.3. The exception I got is as
follows:

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$22.run(MasterControl.java:3005)   at
java.security.AccessController.doPrivileged(Native Method)      at
javax.media.j3d.MasterControl.<clinit>(MasterControl.java:2998)         at
javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:203)      at
edu.ou.eml.fea3d.Fea3D.run(Fea3D.java:209)      at java.lang.Thread.run(Unknown
Source)

Any suggestion on this?

Qiuli

===========================================================================
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