|
Yeah same machine and folder no servers (yet)
The program is an online chat server. I'm running a file (clientapplet.class) that uses client.class and connects to server.class with sockets. Server.class runs continually in the background (it was running when I got this error message) and it distributes the message to all instances of the client applet.
The socket permission thing is accessing myself on a port that i randomly chose.
|