Package jmri.util
Class GetJavaProperty
java.lang.Object
jmri.util.GetJavaProperty
Print a Java system variable from the command line.
to print the value of a Java system property in the current JVM, for example, within a script.
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
GetJavaProperty
public GetJavaProperty()
-
-
Method Details
-
main
-