< prev index next >

test/sun/tools/jps/TestJpsJarRelative.java

Print this page

        

@@ -33,14 +33,14 @@
  * @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
+ * @library /test/lib
  * @modules jdk.jartool/sun.tools.jar
  *          java.management
- * @build jdk.testlibrary.* JpsHelper JpsBase
+ * @build JpsHelper JpsBase
  * @run main/othervm TestJpsJarRelative
  */
 public class TestJpsJarRelative {
 
     public static void main(String[] args) throws Throwable {
< prev index next >