Hi i have defined a class called SimpleThread.java which illustrates the use of a thread outputting a simple message. I have another file for the main class which is supposed to use this new class but everytime i create the first object i get an error message saying
incompatitble types, required: Java.lang.Thread
I have attached to package to show you what i have done so far. Please give me some suggestions as to how to solve this.
Another question is what does it mean by when it says Java.lang.Thread? Does it simply mean it requires a thread object to be difined?
Thanks