Thursday, May 28, 2009

Java System Properties Displayer

I often found myself writing programs to print out the system property values in different environments. You know the standard public static void main programs. Today decided I will not write these types of programs again. Wrote a command-line tool to display all the System properties. The keys are ordered alphabetically for easy identification.



system-property-cli 1.0



Download it!