Exception in SWT + serial port application
Tom Tromey
tromey@redhat.com
Thu Dec 19 11:30:00 GMT 2002
>>>>> "Ãyvind" == Ãyvind Harboe <oyvind.harboe@zylin.com> writes:
Ãyvind> win32-threads.cc:_Jv_ThreadInterrupt
Ãyvind> Unimplemented
Ãyvind> - Thread.interrupt() is not implemented in GCJ.
Actually, it is just the Win32 port that is missing Thread.interrupt.
It works fine for the Unix ports.
As I recall, implementing it correctly for Windows was difficult. I
think it had to do with the difficulty of interrupting I/O operations.
Ãyvind> Q: If I'm on the right track, is there a solution to this issue?
Ãyvind> My GCJ superpowers are not quite yet up to the task of implementing
Ãyvind> _Jv_ThreadInterrupt.
I'm afraid you'll have to find someone else to implement the missing
functionality. I don't know enough about Win32 to do it.
There are a few things like this missing from the Win32 port; that
port is still a bit immature.
Tom
More information about the Java
mailing list