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
List all your by:
System.getProperties().list(System.out);