I am trying to connect to a chat server application that I have on my local machine, but when I run the
applet I get the following error:
applet error: java.net.ConnectException: Connection refused: connect
I changed the parameter name several times and get some different errors such as:
applet error: java.security.AccessControlException: access denied (java.net.SocketPermission [C:\......(path to server)] resolve)
I assume it has to do with the host parameter in my applet. I am wondering how to name the host. Any suggestions would be appreciated.