Class GetSystemInformation

java.lang.Object
edu.wisc.ssec.mcidasv.util.GetSystemInformation

public class GetSystemInformation extends Object
Simple wrapper around GetVer and GetMem. Used to reduce number of Java invocations at McIDAS-V runtime.
  • Constructor Details

  • Method Details

    • main

      public static void main(String[] args)
      Determines the amount of system memory and the current McIDAS-V version and prints out the result. The string is formatted like so:
       MEMORYHERE McIDAS-V version VERSIONHERE built BUILDDATEHERE
       
      Parameters:
      args - Ignored.