You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
grant codeBase "file:${java.home}/lib/ext/*" { |
|
permission java.security.AllPermission; |
|
}; |
|
|
|
grant { |
|
// XXX note package access is *not* granted to the 'sun' package |
|
};
|
|
|