Skip to content

Instantly share code, notes, and snippets.

@mz0
Last active December 3, 2015 08:13
Show Gist options
  • Save mz0/4697f29c7ba8f7c6435f to your computer and use it in GitHub Desktop.
Save mz0/4697f29c7ba8f7c6435f to your computer and use it in GitHub Desktop.
List JVM's System properties
public class Env {
public static void main(String[] args) {
System.getProperties().list(System.out);
}
}
@mz0
Copy link
Author

mz0 commented Nov 21, 2015

-- firsts to Web --

---first in a book --
April, 1996 Java Unleashed

-- first implemented --
JDK 1.0 (January 23, 1996)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment