Last active
December 3, 2015 08:13
-
-
Save mz0/4697f29c7ba8f7c6435f to your computer and use it in GitHub Desktop.
List JVM's System properties
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class Env { | |
public static void main(String[] args) { | |
System.getProperties().list(System.out); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-- firsts to Web --
---first in a book --
April, 1996 Java Unleashed
-- first implemented --
JDK 1.0 (January 23, 1996)