Skip to content

Instantly share code, notes, and snippets.

@ShmuelMofrad
Last active January 28, 2018 15:16
Show Gist options
  • Save ShmuelMofrad/46efb47eeab2e97bd0f87d2fb4016677 to your computer and use it in GitHub Desktop.
Save ShmuelMofrad/46efb47eeab2e97bd0f87d2fb4016677 to your computer and use it in GitHub Desktop.
Get System Properties
private void getSystemProperties() {
System.getProperties().list(System.out);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment