Hi i am doing client to client communication , in which one client is having
applet witch is continuously listing on one datagram socket and another application is eclipse swt application which is sending messages to multiple applet based client through datagram socket,
the problem is that i am able to get message is applet when i runs both application on same system, but when i try to run the applet in one system and swt client in another i am able to send the message through swt system , but applet still keeps listening on particular port not gettting any message.
can someone help to solve the problem......