This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: AWT support?
- From: Tom Tromey <tromey at redhat dot com>
- To: <Andrew dot Ferguson at arm dot com>
- Cc: "GCJ Java" <java at gcc dot gnu dot org>
- Date: 24 Mar 2003 09:36:09 -0700
- Subject: Re: AWT support?
- References: <OFEE31F748.2D711505-ON80256CF3.00564480@cambridge.arm.com>
- Reply-to: tromey at redhat dot com
>>>>> "Andrew" == <Andrew dot Ferguson at arm dot com> writes:
Andrew> a recent build of the gcc 3.3 sources seems to successfully
Andrew> compile java code containing AWT - but when u run the
Andrew> executable it says
3.3 has much of the existing java code for AWT, but no peers. So,
yeah, you would be able to compile some AWT programs but not run them.
In 3.4 we'll have some peers. However, currently these peers aren't
complete. And for that matter the java AWT implementation isn't
complete. So whether things will be working better in 3.4 is hard to
say.
Tom