This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
First AWT Success!
- From: Tom Tromey <tromey at redhat dot com>
- To: Java Discuss List <java at gcc dot gnu dot org>
- Date: 24 Jan 2002 22:02:29 -0700
- Subject: First AWT Success!
- Reply-to: tromey at redhat dot com
After a lot of gcj debugging, and in the end writing a patch I still
don't understand, I have managed to get the Classpath TestAWT program
to display a frame!
Of course, the frame has no contents, and in general things seem
fairly broken. Still, this represents real progress in my book.
I'm using the Classpath Gtk peers. I compiled the Java bits with
-fjni, and I'm using the JNI native code.
Tom