Interface SystemProperties


  • public interface SystemProperties
    Interface which lists all the system properties which are recognised by jdmpview.
    • Field Detail

      • SYSPROP_NOSYSTEMEXIT

        static final String SYSPROP_NOSYSTEMEXIT
        Normally jdmpview will terminate with System.exit if an error is encountered when starting up. This allows batch / scripts to detect abnormal terminations. However for interactive sessions setting this property changes this behaviour so that a runtime exception can be raised and handled by the invoking process.
        See Also:
        Constant Field Values