< prev index next >

test/jdk/java/util/jar/JarFile/mrjar/MultiReleaseJarAPI.java

Print this page

        

@@ -24,13 +24,15 @@
 /*
  * @test
  * @bug 8132734 8144062 8165723
  * @summary Test the extended API and the aliasing additions in JarFile that
  *          support multi-release jar files
- * @library /lib/testlibrary/java/util/jar /test/lib
+ * @library /lib /test/lib
  * @build jdk.test.lib.RandomFactory
- *        Compiler JarBuilder CreateMultiReleaseTestJars
+ *        jdk.test.lib.compiler.Compiler
+ *        jdk.test.lib.util.JarBuilder
+ *        mrjar.CreateMultiReleaseTestJars
  * @run testng MultiReleaseJarAPI
  */
 
 import java.io.File;
 import java.io.IOException;

@@ -44,10 +46,13 @@
 import java.util.jar.JarFile;
 import java.util.zip.ZipEntry;
 import java.util.zip.ZipFile;
 
 import jdk.test.lib.RandomFactory;
+import jdk.test.lib.compiler.Compiler;
+import jdk.test.lib.util.JarBuilder;
+import mrjar.CreateMultiReleaseTestJars;
 
 import org.testng.Assert;
 import org.testng.annotations.AfterClass;
 import org.testng.annotations.BeforeClass;
 import org.testng.annotations.DataProvider;
< prev index next >