This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: compiling java.awt with gcj
- From: Tom Tromey <tromey at redhat dot com>
- To: "Koecher Rainer ETR.ETB2" <Rainer dot Koecher at ElinEbgTraction dot at>
- Cc: <java at gcc dot gnu dot org>
- Date: 28 Jun 2002 10:02:06 -0600
- Subject: Re: compiling java.awt with gcj
- References: <174DD27579F8A64E852EFA47236C6816013EA127@viepe-mxs0001.iserv.vads.cc>
- Reply-to: tromey at redhat dot com
>>>>> "Rainer" == Koecher Rainer ETR ETB2 <Rainer.Koecher@ElinEbgTraction.at> writes:
Rainer> Does anyone know how to use java.awt with gcj 3.1?
The AWT implementation isn't complete, and there are no peers in the tree.
You can build the Classpath peers and use them with gcj 3.1, but there
are known bugs and missing pieces.
Tom