2001-11-01 Eric Christopher <echristo@redhat.com>
[official-gcc.git] / libjava / testsuite / libjava.jni / noclass.c
blob5f2caf428aeccc23c99897e00689ffb878451b12
1 #include <noclass.h>
3 void
4 Java_noclass_find_1it (JNIEnv *env, jclass k)
6 /* We cause an exception by asking for a class we know does not
7 exist. */
8 k = (*env)->FindClass (env, "java/lang/Sarcophagus");