//to Run the server program for checking ID java -jar idcheck.jar //then, clients can "telnet this_server_ip 5678" to connect to the server // //on the same machine, you can also test in this way: // telnet 127.0.0.1 5678 ///