Hi
Can anybody tell me why the following piece of code wont work. It is a basic serverSocket that runs in the start method of an
applet. I'm guessing that it is an applet issue because I took it out and ran it in a standalone app no problem. The connecting client runs from the same machine as the server. Looking at the stack trace it seems like the ServerSocket is not binding.
Any help would be great