Skip to content

Instantly share code, notes, and snippets.

@tdl
Created October 12, 2012 12:52
Show Gist options
  • Save tdl/3879068 to your computer and use it in GitHub Desktop.
Save tdl/3879068 to your computer and use it in GitHub Desktop.
Print all system properties to the console
System.getProperties().list(System.out);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment