**java.net.ConnectException: Connection refused: connect
at sun.nio.ch.Net.connect0(Native Method)
at sun.nio.ch.Net.connect(Net.java:454)
at sun.nio.ch.Net.connect(Net.java:446)
at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:648)
当我在相同的本地网络强文本上的两个pc之间使用socketchannel时,我有这个例外..但是当我在同一台PC上使用时连接并发送字节而没有任何异常..有什么帮助?
the error happens when calling connect(socketAddress);
**socketChannel.connect(socketAddress);****
答案 0 :(得分:0)
首先使用IP
从一台计算机上使用ping
检查两台PC之间的连接
ping 192.168.x.x
如果ping工作正常,请仔细检查两台PC的防火墙设置