This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: ecj branch
- From: Tom Tromey <tromey at redhat dot com>
- To: gnustuff at thisiscool dot com
- Cc: java at gcc dot gnu dot org
- Date: 05 Dec 2006 12:20:16 -0700
- Subject: Re: ecj branch
- References: <UPSM1UWMGUTSQC8IGDAMLZUOKRPHGKG.4575c80e@d9300>
- Reply-to: tromey at redhat dot com
Mohan> (Forgot to CC the list on this.)
Oops, I already replied privately too...
>> Note that this javah defaults to JNI, and in this mode won't generate
>> a header unless the class actually defines a native method.
Mohan> Doh! Didn't think about that part when I was kicking the tires.
Mohan> Thanks. Do you see any issues with this running under Sun's JRE?
Mohan> Anything libgcj-specific in here?
As far as I know the getopt and javah code is just plain old java.
I made a special effort to avoid classpath dependencies when working
on the classpath tools. Of course it is hard to be 100% sure that I
succeeded, as I haven't actually tried the results on a different
class library.
Tom