< prev index next >

test/sun/tools/jps/TestJpsJarRelative.java

Print this page

        

*** 33,46 **** * @summary The test application will be started with relative jar: * java -jar ./JpsBase.jar * For all possible combinations of jps arguments a jps process * will be started from within the test application. * The output should contain proper values. ! * @library /lib/testlibrary * @modules jdk.jartool/sun.tools.jar * java.management ! * @build jdk.testlibrary.* JpsHelper JpsBase * @run main/othervm TestJpsJarRelative */ public class TestJpsJarRelative { public static void main(String[] args) throws Throwable { --- 33,46 ---- * @summary The test application will be started with relative jar: * java -jar ./JpsBase.jar * For all possible combinations of jps arguments a jps process * will be started from within the test application. * The output should contain proper values. ! * @library /test/lib * @modules jdk.jartool/sun.tools.jar * java.management ! * @build JpsHelper JpsBase * @run main/othervm TestJpsJarRelative */ public class TestJpsJarRelative { public static void main(String[] args) throws Throwable {
< prev index next >