Normally if I run the following the following command in the rhino shell,
mbp001:rhino1_7R2 user$ java -jar js.jar
Rhino 1.7 release 2 2009 03 22
js> readUrl("http://www.google.com")
It will return the resultant html markups. However, if I runs it behind a firewall, it will throw an exception (because it is unable to reach the host)
How can I make the Rhino shell aware of the proxy? Is there any -D switch for this purpose?