Searched defs:INSTALL_ROOT_PROPERTY (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/
H A DSystemPropertyConstants.java94 public static final String INSTALL_ROOT_PROPERTY = field in class:SystemPropertyConstants
318 * platform. Never returns a null. Assumes the the property "INSTALL_ROOT_PROPERTY" is set in the VM
323 * the INSTALL_ROOT_PROPERTY is not defined
326 return getAsAdminScriptLocation(System.getProperty(SystemPropertyConstants.INSTALL_ROOT_PROPERTY));
351 SystemPropertyConstants.INSTALL_ROOT_PROPERTY));

Completed in 16 milliseconds