标签:
报错如下:
java.net.SocketException: Software caused connection abort: socket write error
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
解决
setting TestNG plugin in "Preferences" to not use the "project TestNG JAR" solved the problem
I hope this helps
解决自:https://github.com/cbeust/testng-eclipse/issues/91
testng 工程报错java.net.SocketException
标签:
原文地址:http://www.cnblogs.com/melody-emma/p/4806595.html