Created
June 13, 2016 07:32
-
-
Save jeantil/679dd48b412c7a029e4ccea5ce462db4 to your computer and use it in GitHub Desktop.
scala
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set JAVA_OPTS="%JAVA_OPTS% | |
-Dhttp.proxyHost=yourserver | |
-Dhttp.proxyPort=8080 | |
-Dhttps.proxyHost=yourserver | |
-Dhttps.proxyPort=8080" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment