< prev index next >

test/jdk/java/lang/ClassLoader/getResource/automaticmodules/Driver.java

Print this page
rev 51638 : [mq]: 8210112

@@ -21,12 +21,12 @@
  * questions.
  */
 
 /**
  * @test
- * @library /lib/testlibrary
- * @build Driver Main JarUtils jdk.testlibrary.ProcessTools
+ * @library /lib/testlibrary /test/lib
+ * @build Driver Main JarUtils
  * @run main Driver
  * @summary Test ClassLoader.getResourceXXX to locate resources in an automatic
  *          module
  */
 

@@ -36,11 +36,11 @@
 import java.nio.file.Path;
 import java.nio.file.Paths;
 import java.util.jar.Attributes;
 import java.util.jar.Manifest;
 
-import jdk.testlibrary.ProcessTools;
+import jdk.test.lib.process.ProcessTools;
 
 /**
  * The driver creates a JAR file containing p/Foo.class, p/foo.properties,
  * and p/resources/bar.properties. This ensures there are is a resource in
  * a module package and a resource that is not in the module package. The
< prev index next >