Skip to content

Instantly share code, notes, and snippets.

@jbonney
Created June 18, 2013 19:56
Show Gist options
  • Star 11 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save jbonney/5808715 to your computer and use it in GitHub Desktop.
Save jbonney/5808715 to your computer and use it in GitHub Desktop.
Execute Java jar program through a socks proxy.
java -jar -DsocksProxyHost=localhost -DsocksProxyPort=8080 program.jar
@saiful7
Copy link

saiful7 commented Dec 14, 2022

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment