Open sbouchet opened 12 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.
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.
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.