This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: compile error
- From: Tom Tromey <tromey at redhat dot com>
- To: Raphael Mack <raphael dot mack at procreo dot de>
- Cc: java at gcc dot gnu dot org
- Date: 30 Aug 2002 14:18:58 -0600
- Subject: Re: compile error
- References: <200208302109.19853@rampro.de>
- Reply-to: tromey at redhat dot com
>>>>> "Raphael" == Raphael Mack <raphael.mack@procreo.de> writes:
Raphael> when I try to compile an App which uses swing classes, gcj sais:
Raphael> java/awt/AWTEvent.java:0: ConstantValue attribute of field
Raphael> 'COMPONENT_EVENT_MASK' has wrong type
Raphael> java/awt/AWTEvent.java:0: ConstantValue attribute of field
Raphael> 'CONTAINER_EVENT_MASK' has wrong type
You didn't mention your platform, the version of gcj, or how you are
invoking it. This information is required to really answer questions
like this.
In your case, it doesn't matter too much. gcj doesn't include swing
support.
Tom