System.getProperties [1] returns all of the "current" system properties. Is there a way to get a list of the system reserved properties such as "java.version" and etc.? Would anyone know? [1]http://docs.oracle.com/javase/6/docs/api/java/lang/System.html#getProperties%28%29 Thanks, Joe