Hi!

I discovered today that I get the following exception, when I add
my Canvas3D object to a java.awt.Container and make that Container
visible BEFORE I do the virtual universe initialisation stuff.
All works fine, when I call frame.setVisible(true) after universe
initialisation.

Is that a bug?

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.View.attachViewPlatform(View.java:1596)
        at mypackage.MyClass._initUniverse(MyClass.java:562)

Cheers, Thomas

--
-------------------------------------------------------------------
Thomas Auinger  .  [EMAIL PROTECTED]  .  Tel 06151-979355
Kranichsteiner Str. 93  .  64289 Darmstadt  .  www.postspiel.de

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