< prev index next >

test/runtime/LoadClass/LoadClassNegative.java

Print this page

        

*** 33,43 **** * @build LoadClassNegative * @run main LoadClassNegative */ import java.io.File; ! import com.oracle.java.testlibrary.*; public class LoadClassNegative { public static void main(String args[]) throws Exception { String bootCP = "-Xbootclasspath/a:" + System.getProperty("test.src") --- 33,43 ---- * @build LoadClassNegative * @run main LoadClassNegative */ import java.io.File; ! import jdk.test.lib.*; public class LoadClassNegative { public static void main(String args[]) throws Exception { String bootCP = "-Xbootclasspath/a:" + System.getProperty("test.src")
< prev index next >