Crowdsourcing a Complete list of Common Java System Properties and Known Values
I've been inspired by another question: Best Practice for Using Java System Properties I'm currently looking for a complete list of Java system properties and possible values. I'm working on a simple class to simplify use of them (If you're interested, get the source and background info (my blog) ). With this class, I try to provide the following: simple and consistent access to Java system properties (no String constants) full documentation of available properties and their possible values – within my IDE (i.e. auto-completion, inline Javadoc) fix inconsistencies in returned values and/or