test/com/sun/tools/attach/ProviderTest.java

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

@@ -31,10 +31,11 @@
 /*
  * @test
  * @bug 6173612 6273707 6277253 6335921 6348630 6342019 6381757
  * @summary Basic unit tests for the VM attach mechanism.
  * @library /lib/testlibrary
+ * @build jdk.testlibrary.*
  * @run build SimpleProvider
  * @run main ProviderTest
  *
  * The test will attach and detach to/from the running Application.
  */