Search:

Type: Posts; User: derekxec

Search: Search took 0.17 seconds.

  1. Replies
    13
    Views
    1,234

    Re: problem using Sockets

    yeah i ran the code and only could get that bindexception if i tried running it again with 1 instance of it already running...because of course the first instance was listening on the port already
  2. Replies
    13
    Views
    1,234

    Re: problem using Sockets

    works fine for me...you also might want to do s.close(); in the server to close the server socket too and in the client you might want to use a try catch or throws or something

    you sure you dont...
Results 1 to 2 of 2