This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: compile error


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]