From: <pet...@ba...> - 2002-01-22 10:39:38
|
Hi all, I'm currently trying to clamp down on my security permissions using a policy file. The problem I've come across is that Gl4Java defaults back to using a DummyGLDrawableFactory unless the following permissions appear in the policy file: permission java.lang.RuntimePermission "accessClassInPackage.sun.awt"; permission java.lang.RuntimePermission "accessDeclaredMembers"; permission java.lang.reflect.ReflectPermission "suppressAccessChecks"; Don't get me wrong: I don't have any major qualms about having to add these things to my policy file, I just thought I'd contribute the above lines in case they were of use to someone else... Perhaps Sven would like to add an entry in the FAQ for this one? Hope someone finds it useful anyway... Cheers, Pete ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** |