Managing Policy Files: By default, the JDK uses the policy files located in : Policy « Security « Java






Managing Policy Files: By default, the JDK uses the policy files located in

 

    file:${java.home}/lib/security/java.policy
    file:${user.home}/.java.policy

These policy files are specified in the default security file:

    ${java.home}/lib/security/java.security

   
  








Related examples in the same category

1.System properties and security policy System properties and security policy
2.Policy Demo
3.To specify an additional policy file, set the java.security.policy system property at the command line:
4.To ignore the policies in the java.security file, and use the specified policy, use '==' instead of '='
5.Authorized File Writer