ifedorenko / p2-browser

101 stars 46 forks source link

Cannot use behind a proxy #5

Open sbouchet opened 12 years ago

sbouchet commented 12 years ago

I suspect that i can use command line options to set this up, but the readme does not inform that p2browser cannot be used behind a proxy without configuration.

andham commented 11 years ago

Any solution to this. I tried passing Java system props using the "javaws -J" flag but couldn't get it to work though.

tony-- commented 6 years ago

I tried a couple different things based on similar articles that I found like these: https://stackoverflow.com/questions/18147722/how-to-set-the-proxy-configuration-for-a-headless-eclipse-application-on-windows/29649310#29649310 http://www.javasavvy.com/eclipse-proxy-configuration/

In the end I copied eclipse/configuration/.setttings/org.eclipse.core.net.prefs from my development workspace location into the corresponding directory in p2-browser and it is working for me.