< prev index next >

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

Print this page
rev 51638 : [mq]: 8210112

*** 21,32 **** * questions. */ /** * @test ! * @library /lib/testlibrary ! * @build Driver Main JarUtils jdk.testlibrary.ProcessTools * @run main Driver * @summary Test ClassLoader.getResourceXXX to locate resources in an automatic * module */ --- 21,32 ---- * questions. */ /** * @test ! * @library /lib/testlibrary /test/lib ! * @build Driver Main JarUtils * @run main Driver * @summary Test ClassLoader.getResourceXXX to locate resources in an automatic * module */
*** 36,46 **** import java.nio.file.Path; import java.nio.file.Paths; import java.util.jar.Attributes; import java.util.jar.Manifest; ! import jdk.testlibrary.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 --- 36,46 ---- import java.nio.file.Path; import java.nio.file.Paths; import java.util.jar.Attributes; import java.util.jar.Manifest; ! 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 >