< prev index next >

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

Print this page

        

*** 24,36 **** /* * @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 * @build jdk.test.lib.RandomFactory ! * Compiler JarBuilder CreateMultiReleaseTestJars * @run testng MultiReleaseJarAPI */ import java.io.File; import java.io.IOException; --- 24,38 ---- /* * @test * @bug 8132734 8144062 8165723 * @summary Test the extended API and the aliasing additions in JarFile that * support multi-release jar files ! * @library /lib /test/lib * @build jdk.test.lib.RandomFactory ! * jdk.test.lib.compiler.Compiler ! * jdk.test.lib.util.JarBuilder ! * mrjar.CreateMultiReleaseTestJars * @run testng MultiReleaseJarAPI */ import java.io.File; import java.io.IOException;
*** 44,53 **** --- 46,58 ---- 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 >