Does socksProxyHost property requires an IP address
System.setProperty("socksProxyHost", preferences.getProxyHost() );
setting it like following, If i provide 127.0.0.1 i get connected to the proxy on my localhost but giving it localhost it does not connect it. I have no other machine on lan to test it so does anyone know if it works with hosts names or do i have to resolve host and pass it an IP?