Searched refs:bootClassPath (Results 1 – 3 of 3) sorted by relevance
189 String bootClassPath = System.getProperty("org.apache.harmony.boot.class.path"); in test_getProperty_bootClassPath() local191 if (bootClassPath == null) { in test_getProperty_bootClassPath()192 bootClassPath = System.getProperty("sun.boot.class.path"); in test_getProperty_bootClassPath()195 if (bootClassPath != null in test_getProperty_bootClassPath()196 && (bootClassPath.indexOf(File.pathSeparator + File.pathSeparator) >= 0)) { in test_getProperty_bootClassPath()197 fail("Boot class path contains extra path separator: " + bootClassPath); in test_getProperty_bootClassPath()
214 public native String bootClassPath(); in bootClassPath() method in VMRuntime
976 p.put("java.boot.class.path", runtime.bootClassPath()); in initUnchangeableSystemProperties()