Skip to content

Instantly share code, notes, and snippets.

@iraSenthil
Created February 23, 2011 22:04
Show Gist options
  • Save iraSenthil/841292 to your computer and use it in GitHub Desktop.
Save iraSenthil/841292 to your computer and use it in GitHub Desktop.
System.setProperty("http.proxyHost", "localhost"); System.setProperty("http.proxyPort", "8888");
System.setProperty("https.proxyHost", "localhost"); System.setProperty("https.proxyPort", "8888");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment