< prev index next >

test/jdk/java/nio/charset/spi/SetupJar.java

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

@@ -26,10 +26,12 @@
 import java.nio.file.Paths;
 
 import static java.nio.file.StandardCopyOption.REPLACE_EXISTING;
 import static java.nio.file.StandardOpenOption.CREATE;
 
+import jdk.test.lib.util.JarUtils;
+
 public class SetupJar {
 
     private static final String PROVIDER
             = "META-INF/services/java.nio.charset.spi.CharsetProvider";
     private static final String TEST_DIR = System.getProperty("test.dir", ".");
< prev index next >