X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=README;h=618a615ad0756b72501f87344d7287b931e37b8b;hb=19609f31cb839e3e86de561283fa1cdb508c6eae;hp=2f4ddecf7cc776277fb9f1a2cadab8879d20f1a8;hpb=f2250b38d1c2eca07197d56c3842b4eb1917d290;p=jalview.git diff --git a/README b/README index 2f4ddec..618a615 100755 --- a/README +++ b/README @@ -1,10 +1,7 @@ -Jalview Release 2.01 -------------------- +Jalview Readme +-------------- - -This is the complete source for Jalview 2.01. - The source is available as a tar file and comes complete with the GNU General Public License. To build the application you will need a J2SDK 1.4+. @@ -22,7 +19,15 @@ 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 using Windows, use backslash "\" instead of forward slash "/" +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