This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: XAWT: First useable (visible) results...
- From: Tom Tromey <tromey at redhat dot com>
- To: Clemens Eisserer <linuxhippy at web dot de>
- Cc: java at gcc dot gnu dot org
- Date: 26 Aug 2003 16:51:56 -0600
- Subject: Re: XAWT: First useable (visible) results...
- References: <3F4BDBA6.4040201@web.de>
- Reply-to: tromey at redhat dot com
>>>>> "Clemens" == Clemens Eisserer <linuxhippy@web.de> writes:
Clemens> java.lang.VerifyError: verification failed at PC 93 in
Clemens> kaffe.util.Timer:run(()V): recursive subroutine call
gij thinks the bytecode in this method is invalid.
This could be a verifier bug, or it could actually be a bug in the
bytecode. I can't say without more information.
Clemens> @Per Bothner: Even using GTK as underlaying layer for GTK doesnt help
Clemens> to make apps look like native.
True, but it also isn't easy to write a plain Xlib application. Take
a look at the ICCCM or the newer stuff (I think on freedesktop.org) to
see all the extra junk you have to do.
Clemens> I´m sure someday there also will be a free SWING
Clemens> implementation
I'm rather more skeptical about that :-)
Tom