Searched refs:classPath (Results 1 – 7 of 7) sorted by relevance
165 String classPath = url.toString(); in test_deleteOnExit() local166 int idx = classPath.indexOf("!"); in test_deleteOnExit()168 classPath = classPath.substring(9, idx); // cutting off jar:file: in test_deleteOnExit()
105 String classPath = getApplicationClassPath(); in build() local108 .newInstance(classPath, bridge); in build()
280 private static URLClassLoader getURLClassLoader(String... classPath) in getURLClassLoader() argument283 for (String path : classPath) { in getURLClassLoader()
207 String classPath = System.getProperty("java.class.path", "."); in createSystemClassLoader() local224 return new PathClassLoader(classPath, librarySearchPath, BootClassLoader.getInstance()); in createSystemClassLoader()
977 p.put("java.class.path", runtime.classPath()); in initUnchangeableSystemProperties()
114 String classPath = System.getProperty("java.class.path"); in test_getBundleLjava_lang_StringLjava_util_LocaleLjava_lang_ClassLoader() local115 StringTokenizer tok = new StringTokenizer(classPath, File.pathSeparator); in test_getBundleLjava_lang_StringLjava_util_LocaleLjava_lang_ClassLoader()
219 public native String classPath(); in classPath() method in VMRuntime