This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: swt controlexample
- From: Tom Tromey <tromey at redhat dot com>
- To: "Erik Poupaert" <erik dot poupaert at chello dot be>
- Cc: "John Murga" <john at murga dot org>, <java at gcc dot gnu dot org>
- Date: 03 Jan 2003 17:32:56 -0700
- Subject: Re: swt controlexample
- References: <POEIJGMGPFPGFHAGKFHAIEICCDAA.erik.poupaert@chello.be>
- Reply-to: tromey at redhat dot com
>>>>> "Erik" == Erik Poupaert <erik.poupaert@chello.be> writes:
Erik> I can't get breakpoints in the middle of gcjlib's native code. I
Erik> assume that is because gcjlib has not been compiled with debug
Erik> information?
Most likely.
Erik> Who says that involved multithreading works properly on win32? I
Erik> assume it doesn't, until I have witnessed that it does.
My understanding is that it is fine, except that Thread.interrupt is
unimplemented.
Erik> Have inner classes already been fully fixed?
Definitely not. Many things work, but there are still bugs.
Erik> There should be some really nifty swt applications "made in
Erik> gcj-land" available for download.
If you know of some, we could incorporate them into rhug, or make a
new project.
Tom