This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCJ and Swing
- From: Michael Koch <konqueror at gmx dot de>
- To: java at gcc dot gnu dot org
- Cc: Ivan Ivanov <rambiusparkisanius at yahoo dot com>
- Date: Mon, 23 Aug 2004 16:27:32 +0200
- Subject: Re: GCJ and Swing
- References: <20040823142325.26663.qmail@web52901.mail.yahoo.com>
Am Montag, 23. August 2004 16:23 schrieb Ivan Ivanov:
> --- Michael Koch <konqueror@gmx.de> wrote:
> > Thats not totally true anymore. AWT now works really
> > good but still
> > lacks some features. Swing is in the works and
> > partly works. It
> > always depends on the stuff you need and the GCJ
> > version you use. AWT
> > and Swing is under heavy development currently.
>
> Well, I supposed that should be some development for
> AWT and Swing, but when I tried to compile a simple
> class that uses JComponents, I received several errors
> of the kind
> undefined reference to
> 'java::awt::Component::setLocation(int, int)'.
Huh ? Either you forgot to to specify -lgcj or you should use gcj to
link your app.
> My GCJ version is gcj (GCC) 3.3.3 20040412. Are these
> features implementted in 3.4.1?
The latest stable release is always preferable over older releases.
Michael