I need java to use a socks5 proxy.
I found the instructions.
How do I get to the $ prompt to enter them?
Google completely fails at this.
$ System.getProperties().put( "proxySet", "true" );
$ System.getProperties().put( "socksProxyHost", "127.0.0.1" );
$ System.getProperties().put( "socksProxyPort", "1234" );
Thanks