Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xalan/xslt/
DEnvironmentCheck.java273 if (keyStr.startsWith(FOUNDCLASSES)) in writeEnvironmentReport()
317 public static final String FOUNDCLASSES = "foundclasses."; field in EnvironmentCheck
446 if (keyStr.startsWith(FOUNDCLASSES)) in appendEnvironmentReport()
597 h.put(FOUNDCLASSES + "java.class.path", classpathJars); in checkSystemProperties()
609 h.put(FOUNDCLASSES + "sun.boot.class.path", classpathJars); in checkSystemProperties()
623 h.put(FOUNDCLASSES + "java.ext.dirs", classpathJars); in checkSystemProperties()