| United States-English |
|
|
|
![]() |
Java™ Troubleshooting Guide for HP-UX Systems: > Chapter 1 Diagnostic and Monitoring Tools and Optionsjava.security.debug System Property |
|
The java.security.debug system property controls whether the security checks in the JRE (Java Runtime Environment) print trace messages during execution. This option can be useful when trying to determine why a SecurityException is thrown by a security manager. This system property can be set to one of the following values:
The access option has the following sub-options:
For example, to print all checkPermission results and trace all domains in context, set java.security.debug to access,stack. To trace access failures, set it to access,failure. The following example shows the output of a checkPermission failure:
|
|||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||