Hi all,
The project I'm working on was working properly then I suddenly<br>got this error
while trying to run it as an applet in a jar file.<p><br>
java.lang.ExceptionInInitializerError:java.security.AccessControlException: access
denied(java.lang.RuntimePermission modifyThreadGroup)<br>
at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:272)<br>
at java.security.AccessController.checkPermission(AccessController.java:399)<br>
at java.lang.SecurityManager.checkPermission(SecurityManager.java:545)<br>
at sun.applet.AppletSecurity.checkAccess(AppletSecurity.java:139)<br>
at java.lang.ThreadGroup.checkAccess<br>(ThreadGroup.java:279)<br>
at java.lang.ThreadGroup.getParent(ThreadGroup.java:140)<br>
at javax.media.j3d.MasterControl$23.run(MasterControl.java:3049)<br>
at java.security.AccessController.doPrivileged(Native Method)<br>
at javax.media.j3d.MasterControl.<clinit>(MasterControl.java:3042)<br>
at javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:206)<br>
at javax.media.j3d.Canvas3D.<clinit>(Canvas3D.java:2728)<br>
at FlambementFinal.init(FlambementFinal.java:123)<br>
at sun.applet.AppletPanel.run(AppletPanel.java:344)<br>
at java.lang.Thread.run(Thread.java:484)<p><br>
The file that is part of my project is FlambementFinal.java and I didn't<br>made any
changes in it in a while and it was working fine last week<br>The HTML file is
correctly converted so it's not pluggin related.<br>I wonder if it could be caused by
the use of Starfire instead of hplb<br> as a 3ds files loader. I still used the latter
some time ago and had<br>no problem save for the poorer rendering. It's driving me
insane so if<br>someone knows anything about it I'd be glad to hear from him/her.<p>
Thanks for having read this all.<p>
Frank
Find the best deals on the web at AltaVista Shopping!
http://www.shopping.altavista.com
===========================================================================
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".