You'll need to run app2date from the command line to specify the proxy
host and proxy port. Here's an example:
javaw.exe -Xmx256m -splash:splash.gif -Dhttp.proxyHost=
www.proxy.com -
Dhttp.proxyPort=8080 -
Dswing.defaultlaf=org.jvnet.substance.skin.SubstanceMistSilverLookAndFeel
-classpath .;swing-layout-1.0.3.jar;app2date-core.jar;app2date-
ui.jar;commons-io-1.3.2.jar;commons-codec-1.3.jar;commons-
httpclient-3.1.jar;commons-logging-api.jar;commons-
logging.jar;log4j-1.2.15.jar;substance-lite.jar app2date.App2DateUI
You'll need to replace "
www.proxy.com" with your proxy hostname. The
http.proxyPort option is only needed if a port other than port 80 is
used.
I'll release an updated version of app2date with proxy support
shortly. Thanks for the question.
sm