test/sun/management/jmxremote/bootstrap/CustomLauncherTest.java

Print this page
rev 9529 : 8034960: Serviceability tests using @library failing with java.lang.NoClassDefFoundError

*** 39,50 **** /** * @test * @bug 6434402 8004926 * @library /lib/testlibrary ! * @build jdk.testlibrary.ProcessTools ! * @build TestManager TestApplication CustomLauncherTest * @run main/othervm CustomLauncherTest * @author Jaroslav Bachorik */ public class CustomLauncherTest { private static final String TEST_CLASSPATH = System.getProperty("test.class.path"); --- 39,49 ---- /** * @test * @bug 6434402 8004926 * @library /lib/testlibrary ! * @build jdk.testlibrary.* TestManager TestApplication CustomLauncherTest * @run main/othervm CustomLauncherTest * @author Jaroslav Bachorik */ public class CustomLauncherTest { private static final String TEST_CLASSPATH = System.getProperty("test.class.path");