< prev index next >

test/jdk/java/io/Serializable/resolveClass/consTest/SetupJar.java

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

*** 22,31 **** --- 22,33 ---- */ import java.nio.file.Path; import java.nio.file.Paths; + import jdk.test.lib.util.JarUtils; + public class SetupJar { public static void main(String args[]) throws Exception { Path classes = Paths.get(System.getProperty("test.classes", "")); JarUtils.createJarFile(Paths.get("boot.jar"), classes,
< prev index next >