Recently complete an automation project, need to use TestNG, the latest version of the installation 6.11.0 always prompt error java.net.SocketException:Software caused connection Abort:socket write Error
Baidu took a half-day finally solved, the concrete method is as follows:
1, uninstall the 6.11.0 version of Eclipse installation
2, install the specified version 6.8.22:
Enter the specified version address to install. http://beust.com/eclipse-old/eclipse_6.8.22.201505070320.
3, run the code to verify, get it done!
In addition, spit out another kind of direct download jar package to the local method, whether I put in dropins,plugins,features any directory is not recognized, it is estimated that the Eclipse version mismatch or what happened, did not continue to study.
Eclipse testng Error Java.net.SocketException:Software caused connection Abort:socket write error "