java - Address family not supported by protocol family - SocketException on a specific computer -


in app have programmed, have java.net.socketexception on specific computer:

java.net.socketexception: address family not supported protocol family: connect

this specific computer runs windows 7 32 bit , connected internet through local area connection (ethernet). app runs correctly on other computers, windows 7 , windows 8, connected through local area connection or through wi-fi, not sure problem programmatic. have tried check protocols of local area connection, didn't see problems. can please me understand problem? why exception thrown?

try check whether spy program called "relevantknowledge" installed. uninstallation helped me solve problem.


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -