Could someone please tell me how to use the policy tool to set
permissions for classes I run from my filesystem? I thought this entry
in jdk/jre/lib/security/java.policy would take care of that, but
apparently it does not. The documentation for this is scanty and
driving me nuts (I had to add an AllPermission to the default property
list in order to get anything to work).
grant codeBase "file:" {
permission java.security.AllPermission;
};
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]