< prev index next >

test/jdk/com/sun/jdi/ProcessAttachTest.java

Print this page

        

*** 36,50 **** /** * @test * @bug 4527279 * @summary Unit test for ProcessAttachingConnector * - * @library /lib/testlibrary * @library /test/lib * @modules java.management * jdk.jdi ! * @build jdk.testlibrary.* ProcessAttachTest * @run driver ProcessAttachTest */ class ProcessAttachTestTarg { public static void main(String args[]) throws Exception { --- 36,49 ---- /** * @test * @bug 4527279 * @summary Unit test for ProcessAttachingConnector * * @library /test/lib * @modules java.management * jdk.jdi ! * @build ProcessAttachTest * @run driver ProcessAttachTest */ class ProcessAttachTestTarg { public static void main(String args[]) throws Exception {
< prev index next >