classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] make libjawt binary-compatible with Sun's implementatio


From: Tom Tromey
Subject: Re: [cp-patches] make libjawt binary-compatible with Sun's implementation
Date: 22 Aug 2005 08:35:20 -0600
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>>>>> "Mark" == Mark Wielaard <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]