< prev index next >

test/jdk/java/lang/ClassLoader/GetDotResource.java

Print this page
rev 51638 : [mq]: 8210112

@@ -24,22 +24,21 @@
 /*
  * @test
  * @bug 4273031
  * @summary ClassLoader.getResouce() should be able to
  *          find resources with leading "." in their names
- * @library /lib/testlibrary
- * @build jdk.testlibrary.*
+ * @library /test/lib
  * @run main GetDotResource
  */
 
 import java.io.File;
 import java.io.FileOutputStream;
 import java.io.IOException;
 import java.util.jar.JarEntry;
 import java.util.jar.JarOutputStream;
 
-import jdk.testlibrary.ProcessTools;
+import jdk.test.lib.process.ProcessTools;
 
 public class GetDotResource {
 
     private static final String JAR_FILENAME = "resource.jar";
     private static final String DOT_FILENAME = ".resource";
< prev index next >