< prev index next >

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

Print this page

        

@@ -23,12 +23,14 @@
 
 /*
  * @test
  * @bug 8132734 8144062
  * @summary Test potential security related issues
- * @library /lib/testlibrary/java/util/jar
- * @build Compiler JarBuilder CreateMultiReleaseTestJars
+ * @library /lib /test/lib
+ * @build jdk.test.lib.compiler.Compiler
+ *        jdk.test.lib.util.JarBuilder
+ *        mrjar.CreateMultiReleaseTestJars
  * @run testng MultiReleaseJarSecurity
  */
 
 import java.io.File;
 import java.io.IOException;

@@ -39,10 +41,14 @@
 import java.util.Arrays;
 import java.util.jar.JarEntry;
 import java.util.jar.JarFile;
 import java.util.zip.ZipFile;
 
+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.Test;
 
< prev index next >