Hi!
 
 
I can't show my applet in a browser because the next message shows in the Java Console:
 
  java.lang.ExceptionInInitializerError: java.security.AccessControlException: access denied (java.lang.RuntimePermission modifyThreadGroup)
 
It refers to the next line of my code:
 
--->>    GraphicsConfiguration config = SimpleUniverse.getPreferredConfiguration();
            canvas = new Canvas3D(config);
 
I don't know how can I solve it, or what I'm doing wrong.
 

Thanks for your help and time

Regards
 
Pedro

Reply via email to