java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind错误
命令行查找端口
netstat -aon|findstr "5678"(这边的5678是我程序需要开启的端口)
查找监听进程
tasklist|fidstr "5148"
java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind错误
命令行查找端口
netstat -aon|findstr "5678"(这边的5678是我程序需要开启的端口)