_log.info("TEMP : " + System.getProperty("java.io.tmpdir"));
_log.info("PATH : " + System.getProperty("java.library.path"));
_log.info("CLASSPATH : " + System.getProperty("java.class.path"));
_log.info("SYSTEM DIR : " + System.getProperty("user.home"));
_log.info("CURRENT DIR: " + System.getProperty("user.dir"));
http://www.rgagnon.com/javadetails/java-0150.html