at.molindo.utils.properties
Enum SystemProperty

java.lang.Object
  extended by java.lang.Enum<SystemProperty>
      extended by at.molindo.utils.properties.SystemProperty
All Implemented Interfaces:
Serializable, Comparable<SystemProperty>

public enum SystemProperty
extends Enum<SystemProperty>

This enum is supposed to be a complete list of available system properties on different JVM and Java versions. And with complete I don't mean the list documented at System.getProperties(). I mean properties that are specific to different verndors, versions and operating stystems.

Use get() or toString() to access the property values or set(String) to update them - but only those that aren't read-only ( isReadOnly()).

If you discover some new properties in your environment, please run the contained main(String[]) method and send the output to me:

You may want to check for updates once in a while: SystemProperty.java and Molindo Techblog: The Final Take On Java System Properties

List of tested JVMs
If your JVM is missing, please send me your output of the included main(String[]) method