< prev index next >

test/runtime/LoadClass/LoadClassNegative.java

Print this page

        

@@ -25,11 +25,11 @@
  * @test
  * @key regression
  * @bug 8020675
  * @summary make sure there is no fatal error if a class is loaded from an invalid jar file which is in the bootclasspath
  * @library /testlibrary
- * @build TestForName
+ * @build com.oracle.java.testlibrary.* TestForName
  * @build LoadClassNegative
  * @run main LoadClassNegative
  */
 
 import java.io.File;
< prev index next >