actually this is what I put in kepler.bat, I am using windows<br /><br />On Jul 28, 2010 1:37pm, chrisweed@gmail.com wrote:<br />> Hi,<br />> Does anyone have any ideas how to launch kepler with proxy settings?<br />> I tried adding them to the java command in the kepler.sh file, but that doesn't seem to work.<br />> I can launch it fine from source in Eclipse using org.kepler.Kepler, but not from the binary distribution.<br />> <br />> Here is what I tried:<br />> java -Xmx1524m -Dhttp.proxyHost=proxy -Dhttp.proxyPort=8080 "-Dhttp.nonProxyHosts=host1|host2" -classpath build-area\lib\ant.jar;kepler.jar org.kepler.build.runner.Kepler "%1" "%2" "%3" "%4" "%5" "%6" "%7" "%8" "%9"<br />> Chris