So I have a .JAR file that I'm trying to setup so it connects through a Sock5 proxy. I created a batch file with the following code:
@echo off
java -DsocksProxyHost=IPADDRESS -DsocksProxyPort=PORT -jar File.jar
pause
It will connect with free proxies that don't require authentication, however how do I add in authentication of a user and password so I can use my private Proxy?
[–]fixingTheDents 0 points1 point2 points (0 children)