Package jmri.util

Class GetJavaProperty

java.lang.Object
jmri.util.GetJavaProperty

public class GetJavaProperty extends Object
Print a Java system variable from the command line.

Intended to be invoked like:


 java jmri.util.GetJavaProperty java.home
 

to print the value of a Java system property in the current JVM, for example, within a script.
  • Constructor Details

  • Method Details