< prev index next >

test/jdk/java/nio/channels/AsynchronousChannelGroup/SetupJar.java

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

*** 24,33 **** --- 24,35 ---- import java.io.File; import java.nio.file.Path; import java.nio.file.Paths; import java.util.stream.Stream; + import jdk.test.lib.util.JarUtils; + public class SetupJar { public static void main(String args[]) throws Exception { String cp = System.getProperty("test.class.path"); Path bootlib = Stream.of(cp.split(File.pathSeparator)) .map(Paths::get)
< prev index next >