Search:

Type: Posts; User: copeg

Search: Search took 0.11 seconds.

  1. Re: extending Observable and implementing runnable possible ??

    Try reversing the InputOutput stream instantiations in one of the Client or Server. You may have a deadlock when it comes to input/output connections. If the server first tries to create an...
  2. Re: extending Observable and implementing runnable possible ??

    The question now is where does it hang. Add tons of println's in there and see if it hangs on the connection side of the server or client, or within the thread itself. Add them in and see up to what...
  3. Re: extending Observable and implementing runnable possible ??

    No you cannot...did you read the API for Observable? It is a class not an interface. Observer is an interface.




    Can you explain what you mean by non-responding? Does this mean the program...
Results 1 to 3 of 3