System.getProperty("user.home")
2012. 3. 8.
System.getProperty("framework.conf", file.getAbsolutePath()); public static String getProperty(String key, String def) Parameters: key - the name of the system property. def - a default value. Returns: the string value of the system property, or the default value if there is no property with that key. Throws: SecurityException - if a security manager exists and its checkPropertyAccess method doe..