Search found 2 matches

Go to advanced search

by aranzuglia
Tue Oct 03, 2006 8:06 pm
Forum: Common Problems
Topic: Java service hangs on stop
Replies: 3
Views: 4436
 
Jump to post

Sorry, my class extends Thread, solved
by aranzuglia
Tue Oct 03, 2006 7:52 pm
Forum: Common Problems
Topic: Java service hangs on stop
Replies: 3
Views: 4436
 
Jump to post

stop() method

Hi

I cannot understand the stop() method. How should we write it?

The tutotial says:

public static void main(String[] args) ...

and

public static void stop() ...

The compiler complains about the overriding method, the original stop() isn't static

Without static it complains because the ...

Go to advanced search