original source is http://www.instructables.com/id/Creating-a-Chat-Server-Using-Java/
I tested that code, but that doesnot work. I rewrite many part of that.
You can use your own lisk.
I feel weird about class named ServerThread
is in client
package (also ClientThread
is in server
package).
I'm not native English speaker. Correct my English welcome.
@Rahulk62 Compile the ClientThread First, it can't find the symbol because the ClientThread class is not found and the chatServer class uses ClientThread