Home | History | Annotate | Download | only in net

Lines Matching defs:resPath

227         String resPath = resources.toString();
228 if (resPath.charAt(0) == '/' || resPath.charAt(0) == '\\') {
229 resPath = resPath.substring(1);
237 urls[0] = new URL("file:/" + resPath + "/JarIndex/hyts_11.jar");
241 URL reference = new URL("jar:file:/" + resPath.replace('\\', '/')
251 urls[0] = new URL("file:/" + resPath + "/JarIndex/hyts_21.jar");
262 + resPath.replace('\\', '/')
266 + resPath.replace('\\', '/')
293 urls[0] = new URL("file:/" + resPath + "/JarIndex/hyts_22-new.jar");
297 urls[0] = new URL("file:/" + resPath + "/JarIndex/hyts_31.jar");
310 urls[0] = new URL("file:/" + resPath + "/JarIndex/hyts_41.jar");
315 + resPath.replace('\\', '/')
402 String resPath = resources.toString();
403 if (resPath.charAt(0) == '/' || resPath.charAt(0) == ' ') {
404 resPath = resPath.substring(1);
411 new URL[] { new URL("file:/" + resPath
415 URL expected = new URL("jar:file:/" + resPath.replace('\\', '/')
496 String resPath = resources.toString();
497 if (resPath.charAt(0) == '/' || resPath.charAt(0) == '\\') {
498 resPath = resPath.substring(1);
507 attrs.putValue("Class-Path", "file:/" + resPath + "/JarIndex/hyts_13.jar");
516 urls[0] = new URL("file:/" + resPath + "/JarIndex/main.jar");