This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCJ for windows-question...
- From: Tom Tromey <tromey at redhat dot com>
- To: Clemens Eisserer <ceisserer at utanet dot at>
- Cc: java at gcc dot gnu dot org
- Date: 22 Jul 2002 16:22:37 -0600
- Subject: Re: GCJ for windows-question...
- References: <3D330715.80109@utanet.at>
- Reply-to: tromey at redhat dot com
>>>>> "Clemens" == Clemens Eisserer <ceisserer@utanet.at> writes:
Clemens> 1. Is GCJ also avaible for Windows. Are there precompiled
Clemens> packages avaible?
There is a Windows port, but my understanding is that it currently has
some problems. If that's incorrect, I'd like to know about it.
As far as I know there are no precompiled packages.
Clemens> 2. Does GCJ under windows support JNI?
Right now, it doesn't really. You could try linking your JNI library
into your application. That might work, but nobody has tried it to be
sure.
Tom