Home
last modified time | relevance | path

Searched refs:othercp (Results 1 – 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/xslt/
DEnvironmentCheck.java600 String othercp = System.getProperty("sun.boot.class.path"); in checkSystemProperties() local
602 if (null != othercp) in checkSystemProperties()
604 h.put("sun.boot.class.path", othercp); in checkSystemProperties()
606 classpathJars = checkPathForJars(othercp, jarNames); in checkSystemProperties()
614 othercp = System.getProperty("java.ext.dirs"); in checkSystemProperties()
616 if (null != othercp) in checkSystemProperties()
618 h.put("java.ext.dirs", othercp); in checkSystemProperties()
620 classpathJars = checkPathForJars(othercp, jarNames); in checkSystemProperties()