< prev index next >

test/sun/tools/jps/TestJpsSanity.java

Print this page

        

@@ -27,15 +27,15 @@
 
 /*
  * @test
  * @summary This test verifies jps usage and checks that appropriate error message is shown
  *          when running jps with illegal arguments.
- * @library /lib/testlibrary /test/lib/share/classes
+ * @library /test/lib
  * @modules jdk.jartool/sun.tools.jar
  *          java.management
  *          java.base/jdk.internal.misc
- * @build jdk.testlibrary.* jdk.test.lib.apps.* JpsHelper
+ * @build JpsHelper
  * @run driver TestJpsSanity
  */
 public class TestJpsSanity {
 
     public static void main(String[] args) throws Throwable {
< prev index next >