JLink`
JLink`
SetInternetProxy
SetInternetProxy[host,port]
sets proxy information in your Java session for accessing the internet.
Details
- To use SetInternetProxy, you first need to load J/Link using Needs["JLink`"].
- If you use a proxy for accessing the internet, you may need to call this function to enable Java code to use the internet.
- Consult your network administrator for proxy settings.
- A typical example would look like SetInternetProxy["proxy.mycompany.com",8080].