Hello,
I am running client socket program which is supposed to get connected with a server socket. The server socket is running fine and netstat -a shows that my server socket port is listening.
But when client socket program is run: It fails by giving following error message.
Thread[main,5,main] : java.net.SocketException: Unrecognized Windows Sockets error: 10106: create
java.net.SocketException: Unrecognized Windows Sockets error: 10106: create
at java.net.Socket.createImpl(Socket.java:388)
at java.net.Socke
I am running this on Windows XP. Running on other platforms like solaris is working fine.
I am not running windows xp firewall too.
Can some one help me please.