 | How to control Applets and Applications
 | Applets - by default, still restricted system access
 | SecurityManager runs by default |
 | Use policytool to edit the policy file to grant more
access |
|
 | Applications - by default, still unrestricted system access
 | Must run with SecurityManager in place
java -Djava.security.manager ApplicationClassName
|
 | Use policytool to edit the local policy file to control
application access |
|
|
|