This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcjh with .java files
- From: Tom Tromey <tromey at redhat dot com>
- To: Stéphane Konstantaropoulos <stephane at cs dot york dot ac dot uk>
- Cc: java at gcc dot gnu dot org
- Date: 08 Dec 2004 09:20:27 -0700
- Subject: Re: gcjh with .java files
- References: <1102520657.3649.1.camel@pc153>
- Reply-to: tromey at redhat dot com
>>>>> "Stéphane" == Stéphane Konstantaropoulos <stephane@cs.york.ac.uk> writes:
Stéphane> I was wondering if it was possible to generate C++ headers from Java
Stéphane> code files, avoiding to compile as .class in between?
No, not with the current gcj.
gcjx can do this, but its CNI header back end is missing a couple of
minor things.
Tom