Searched refs:classpathJars (Results 1 – 1 of 1) sorted by relevance
594 Vector classpathJars = checkPathForJars(cp, jarNames); in checkSystemProperties() local596 if (null != classpathJars) in checkSystemProperties()597 h.put(FOUNDCLASSES + "java.class.path", classpathJars); in checkSystemProperties()606 classpathJars = checkPathForJars(othercp, jarNames); in checkSystemProperties()608 if (null != classpathJars) in checkSystemProperties()609 h.put(FOUNDCLASSES + "sun.boot.class.path", classpathJars); in checkSystemProperties()620 classpathJars = checkPathForJars(othercp, jarNames); in checkSystemProperties()622 if (null != classpathJars) in checkSystemProperties()623 h.put(FOUNDCLASSES + "java.ext.dirs", classpathJars); in checkSystemProperties()