>>>>> "Mark" == Mark Wielaard <[EMAIL PROTECTED]> writes:
Mark> The .java file is in the package gnu.classpath.examples.jawt but the .c Mark> native function does not reflect that. It seems the following patch is Mark> needed: Mark> -Java_DemoJAWT_paint (JNIEnv* env, jobject canvas, jobject graphics) Mark> +Java_gnu_classpath_examples_jawt_DemoJAWT_paint (JNIEnv* env, Mark> + jobject canvas, Mark> + jobject graphics) Sorry -- I fixed the package statement of the .java code, but it didn't occur to me to look at the native code :-( Tom _______________________________________________ Classpath-patches mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath-patches
