Class SystemProperties

java.lang.Object
edu.pdx.cs410J.core.SystemProperties

public class SystemProperties extends Object
This class demonstrates the Properties class and shows how to use the JVM's system properties.
  • Constructor Details

  • Method Details

    • main

      public static void main(String[] args)
      Print out a couple of the system properties and check to see if the "edu.pdx.cs410J.Debug" property has been set on the command line.