Searched defs:testJar (Results 1 - 3 of 3) sorted by relevance
/openjdk7/jdk/test/tools/launcher/ |
H A D | ToolsOpts.java | 42 private static File testJar = null; field in class:ToolsOpts 78 if (testJar != null) { 85 testJar = new File("test" + JAR_FILE_EXT); 100 createJar("cvf", testJar.getAbsolutePath(), "com"); 159 String sTestJar = testJar.getAbsolutePath();
|
H A D | Settings.java | 35 private static File testJar = null; field in class:Settings 38 if (testJar != null) { 41 testJar = new File("test.jar"); 48 TestHelper.createJar(testJar, tsrc.toString()); 78 "-Xss256k", "-XshowSettings", "-jar", testJar.getAbsolutePath()); 85 "-Xss256000", "-XshowSettings", "-jar", testJar.getAbsolutePath());
|
/openjdk7/jdk/test/tools/pack200/ |
H A D | TestExceptions.java | 49 static final File testJar = new File("test.jar"); field in class:TestExceptions 53 Utils.jar("cvf", testJar.getAbsolutePath(), "."); 56 jf = new JarFile(testJar); 70 ti = new PackTestInput(new JarFile(testJar), new ByteArrayOutputStream()); 97 tlist.add(new PackTestInput(new JarFile(testJar), null)); 132 new JarInputStream(new FileInputStream(testJar)), null));
|
Completed in 30 milliseconds