Does anybody manage to run several view 3D, that means several Canvas3D
object, in the same applet ?
Because I have only one that runs and it launches the exception :
Exception : java.security.AccessControlException: access denied
(java.lang.RuntimePermission modifyThread )
at java.security.AccessControlContext.checkPermission(Compiled
Code)
at java.security.AccessController.checkPermission(Compiled Code)
at java.lang.SecurityManager.checkPermission(Compiled Code)
at sun.applet.AppletSecurity.checkAccess(Compiled Code)
at java.lang.Thread.checkAccess(Compiled Code)
at java.lang.Thread.setPriority(Compiled Code)
at javax.media.j3d.View.activate(Compiled Code)
at javax.media.j3d.View.evaluateActive(Compiled Code)
at javax.media.j3d.Canvas3D.evaluateActive(Canvas3D.java:433)
at javax.media.j3d.Canvas3D.paint(Canvas3D.java:358)
at idesign.J3DView.setOwner(J3DView.java:589)
at amt.Document.retrieveView(Document.java:873)
at amt.bean.BorderView.setOwner(Compiled Code)
at amt.Document.retrieveView(Document.java:873)
at amt.Document.buildView(Document.java:822)
at amt.Document.initializeDocument(Compiled Code)
at amt.Document.<init>(Compiled Code)
at idesign.Design1.init(Design1.java:77)
at sun.applet.AppletPanel.run(Compiled Code)
at java.lang.Thread.run(Thread.java:479)
I don't know why ?
I thanks you.
Best regards
Benoit COLAS
[EMAIL PROTECTED]
===========================================================================
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".