Java Networking: Connection refused - Yes, my server is running

后端 未结 4 1054
你的背包
你的背包 2021-01-15 16:18

I\'m getting following error when my client tries to connect to my server socket:

java.net.ConnectException: Connection refused: connect

Bu

4条回答
  •  太阳男子
    2021-01-15 16:47

    Add the java.exe process and the port to your firewall exception list?

    edit: Just read you already tried that. All I can suggest is make sure the network is not blocking that port. (routers)

提交回复
热议问题