< prev index next >

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

Print this page
rev 51881 : [mq]: 8211171
rev 51882 : [mq]: 8211171-1

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