Searched refs:othercp (Results 1 – 1 of 1) sorted by relevance
600 String othercp = System.getProperty("sun.boot.class.path"); in checkSystemProperties() local602 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()