在Eclipse Neon(Win10)上调试我的maven项目时,出现此错误:无法连接到VM:nonsocket上的套接字操作 - configureBlocking
我的环境是:java版“1.8.0_161”Java(TM)SE运行时环境(版本1.8.0_161-b12)Java HotSpot(TM)64位服务器VM(版本25.161-b12,混合模式)
Eclipse Neon(Win10 - 64位)
此错误仅发生在测试类中,用于调试内部
public static void main(String[] args) {
System.out.println("Hello stackoverflow, help me please");
}
我一直在寻找这个问题的答案,当我尝试调试Cucumber的功能文件时,我的Eclipse也发生了同样的事情。
对于某些人来说,在hosts文件中添加以下行可以解决问题:
localhost 127.0.0.1
ps。:hosts文件位于C:\ Windows \ System32 \ drivers \ etc \