< prev index next >

test/sun/tools/jps/TestJpsSanity.java

Print this page

        

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