< prev index next >

test/runtime/CommandLine/TraceExceptionsTest.java

Print this page

        

@@ -24,10 +24,12 @@
 /*
  * @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 >