Interface SystemProperties


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

    • SYSPROP_FACTORY

      static final String SYSPROP_FACTORY
      The DTFJ factory used to create an Image from
      See Also:
    • SYSPROP_LAUNCHER

      static final String SYSPROP_LAUNCHER
      Launcher to use
      See Also:
    • 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: