isAlive problem..Help to understand how it works
- by max
I get this error:
"non-static method isAlive() cannot be referenced from a static context"
what's wrong with this code..please.
I'd like to detect if the thread is alive...
Any help in terms of code will be highly appreciated..thanks
max
class RecThread extends Thread {
public void run() {
recFile = new…