That didn't seem to do anything, and I suspect that page is only describing setting these for Java Plug-ins and not the general JVM.<br />Chris<br /><br />On Jul 28, 2010 4:34pm, Jianwu Wang <jianwu@sdsc.edu> wrote:<br />> <br />> <br />> <br />>   <br />> <br />> <br />> Hi Chris,<br />> <br />> <br />> <br />>     From org.kepler.build.Run class, you can see it started another JVM<br />> to start org.kepler.Kepler class without accepting properties from<br />> org.kepler.build.runner.Kepler class. I think it is why the properties<br />> you set works for org.kepler.Kepler, but not<br />> org.kepler.build.runner.Kepler. David, please correct me if I am wrong.<br />> <br />> <br />> <br />> <br />>     Another possible solution to work around is to setting proxy for<br />> Java itself (http://www.java.com/en/download/help/proxy_setup.xml). It<br />> should set proxy for all java processes. Please have a try to see<br />> whether it works. <br />> <br />> <br />> <br />>     <br />> <br />> Best wishes<br />> <br />> Sincerely yours<br />> <br />> Jianwu Wang<br />> jianwu@sdsc.edu<br />> http://users.sdsc.edu/~jianwu/<br />> <br />> Assistant Project Scientist<br />> Scientific Workflow Automation Technologies (SWAT) Laboratory<br />> San Diego Supercomputer Center <br />> University of California, San Diego<br />> San Diego, CA, U.S.A. <br />> <br />> <br />> On 7/28/2010 10:38 AM, chrisweed@gmail.com wrote:<br />> actually this is what I put in kepler.bat, I am using<br />> windows<br />> <br />>   <br />> <br />> On Jul 28, 2010 1:37pm, chrisweed@gmail.com wrote:<br />> <br />> > Hi,<br />> <br />> > Does anyone have any ideas how to launch kepler with proxy<br />> settings?<br />> <br />> > I tried adding them to the java command in the kepler.sh file, but<br />> that doesn't seem to work.<br />> <br />> > I can launch it fine from source in Eclipse using<br />> org.kepler.Kepler, but not from the binary distribution.<br />> <br />> > <br />> <br />> > Here is what I tried:<br />> <br />> > java -Xmx1524m -Dhttp.proxyHost=proxy -Dhttp.proxyPort=8080<br />> "-Dhttp.nonProxyHosts=host1|host2" -classpath<br />> build-area\lib\ant.jar;kepler.jar org.kepler.build.runner.Kepler "%1"<br />> "%2" "%3" "%4" "%5" "%6" "%7" "%8" "%9"<br />> <br />> > Chris<br />>   <br />> <br />> _______________________________________________<br />> Kepler-users mailing list<br />> Kepler-users@kepler-project.org<br />> http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users<br />>   <br />> <br />> <br />>