The largest Interview Solution Library on the web


java tutorials/
« Previous | 1 | 2 | 3 | Next »

Sample Java 2 Policy


  • grant entries

  • Describe Permissions granted to CodeSources

  • An entry may contain one or more Permissions


grant signedBy "mykey", codeBase "file:E:/mydir/app/*" {
permission java.lang.RuntimePermission "queuePrintJob";
};
« Previous | 1 | 2 | 3 | Next »


copyright © 2014 - all rights riserved by javatechnologycenter.com