Class PrintPropertiesMain


  • class PrintPropertiesMain
    extends java.lang.Object
    Main program entry point for exporting the system properties, used for detecting the VM version.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] argv)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PrintPropertiesMain

        PrintPropertiesMain()
    • Method Detail

      • main

        public static void main​(java.lang.String[] argv)
                         throws java.lang.Exception
        Parameters:
        argv - Command line arguments
        Throws:
        java.lang.Exception