1 // Test to make sure JNI implementation catches exceptions.
7 System
.loadLibrary ("noclass");
10 public static native void find_it ();
12 public static void main (String
[] args
)
20 // If find_it() causes a crash, or doesn't throw an exception,
21 // we won't be running this next line.
22 System
.out
.println ("Ok");