viewerapp in applets

Core SceneGraph API, Utilities, Factories etc.
Post Reply
timh
Posts: 28
Joined: Wed 28. Jun 2006, 20:30
Contact:

viewerapp in applets

Post by timh » Tue 13. Feb 2007, 22:59

I failed to use the viewerapp in an applet (actually the jogl applet wrapper that allows for non signed applet classes to work) due to a security ex.
java.security.AccessControlException: access denied (java.util.PropertyPermission de.jreality.viewerapp.env read)
The calls run through a class called Secure. Is it possible to catch those exceptions in there?

Tim

Post Reply