On Mon, 2005-08-22 at 08:35 -0600, Tom Tromey wrote: > >>>>> "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 :-(
I committed that Makefile to give people an "idea" of how to build this example. Really it should be built just like the other examples. I'll commit a patch to do this later today. Tom _______________________________________________ Classpath-patches mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath-patches
