Guest User

Untitled

a guest
Aug 12th, 2018
362
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. How do I configure the proxy settings so eclipse indigo can install new plugins
  2. !MESSAGE System property http.proxyHost has been set to 8080 by an external resource. This value will be overwritten using the values from preferences.
  3.  
  4. You need to specify the following options below the -vmargs option in the .ini file, each on a separate line:
  5. -Dhttp.proxyPort=8080
  6. -Dhttp.proxyHost=myproxy
  7. -Dhttp.proxyUser=mydomainmyusername
  8. -Dhttp.proxyPassword=mypassword
  9. -Dhttp.nonProxyHosts=localhost|127.0.0.1
  10.  
  11. Btw, are you behind an HTTP proxy or some other proxy? and why doesnt preferences menu work for you?
  12.  
  13. Try adding this line to .ini file if above arguments dont work:
  14.  
  15. -Dorg.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclient
Add Comment
Please, Sign In to add comment