To ignore the policies in the java.security file, and use the specified policy, use '==' instead of '=' : Policy « Security « Java
- Java
- Security
- Policy
To ignore the policies in the java.security file, and use the specified policy, use '==' instead of '='
java -Djava.security.manager -Djava.security.policy==someURL MyApp
Related examples in the same category