Page 1 of 1

viewerapp in applets

Posted: Tue 13. Feb 2007, 22:59
by timh
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