From: amwaterhouse Date: Tue, 9 Aug 2005 17:06:44 +0000 (+0000) Subject: InstallAnywhere readme X-Git-Tag: Release_2_03~55 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=9ab1001c61afa9c1ab83a6314c05f32bd4ae28d4;p=jalview.git InstallAnywhere readme --- diff --git a/utils/InstallAnywhere/README_IA b/utils/InstallAnywhere/README_IA new file mode 100755 index 0000000..e317dbc --- /dev/null +++ b/utils/InstallAnywhere/README_IA @@ -0,0 +1,24 @@ +Jalview Readme +-------------- + + +################## + +To run application: + +java -Djava.ext.dirs=JALVIEW_HOME/lib -cp JALVIEW_HOME/jalview.jar jalview.bin.Jalview + +Replace JALVIEW_HOME with the full path to Jalview Installation Directory. + +################## + + + + +If you use a proxy server add + +-Dhttp.proxyServer=YOUR.SERVER -Dhttp.proxyPort=YOURPORT + +If the proxy server requires authentication, add + +-Dhttp.proxyUser=USERNAME -Dhttp.proxyPassword=PASSWORD \ No newline at end of file