Community
Participate
Working Groups
I'm trying to install an Eclipse with the following script, through a proxy set on 127.0.0.1:8888. director=$(ls -1 director/plugins/org.eclipse.equinox.launcher_*.jar | sort | tail -1 | tr -d '\r') installCommand="java -Dhttp.proxyHost=127.0.0.1 -Dhttp.proxyPort=8888 -jar $director -profile SDKProfile -profileProperties org.eclipse.update.install.features=true -bundlepool $INSTALL_LOC -p2.os $OS -p2.ws $WINDOW_SYSTEM -p2.arch $ARCHITECTURE -roaming -d $INSTALL_LOC" $installCommand \ -r http://download.eclipse.org/releases/juno \ -i org.eclipse.sdk.ide But the -Dhttp.proxyHost and -Dhttp.proxyPort don't seem to have any effect. The only official documentation I could find about these options is: http://wiki.eclipse.org/ECF_Filetransfer_Support_for_NTLMv2_Proxies
*** This bug has been marked as a duplicate of bug 382875 ***