Hi,

In Classpath, the "java/lang/Thread" class doesn't implement the "Runnable"
interface. It should be changed from

public class Thread {

to

public class Thread implements Runnable {



Ciao,
  Patrik

--
Patrik Reali, [EMAIL PROTECTED]
http://www.inf.ethz.ch/personal/reali/
http://www.oberon.ethz.ch/native/


_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to