< prev index next >

test/runtime/CommandLine/TraceExceptionsTest.java

Print this page

        

*** 24,33 **** --- 24,35 ---- /* * @test * @bug 8048933 * @summary TraceExceptions output should have the exception message - useful for ClassNotFoundExceptions especially * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm TraceExceptionsTest */ import com.oracle.java.testlibrary.*; public class TraceExceptionsTest {
< prev index next >