Hi everbody,
in the server side of my project,when i close the socket then try to open it again the following exception is thrown
java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind
how to solve this without close the whole pogram to enable a client to reconnect to the server?