View Single Post
  #5 (permalink)  
Old 08-09-2008, 02:13 AM
jklsemicolon jklsemicolon is offline
Member
 
Join Date: Aug 2008
Posts: 15
jklsemicolon is on a distinguished road
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.
Reply With Quote