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: Thomas Fitzsimmons
Subject: Re: [cp-patches] make libjawt binary-compatible with Sun's implementation
Date: Mon, 22 Aug 2005 15:28:11 -0400

On Mon, 2005-08-22 at 08:35 -0600, Tom Tromey wrote:
> >>>>> "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 :-(

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






reply via email to

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