InstallAnywhere readme
[jalview.git] / utils / InstallAnywhere / README_IA
1 Jalview Readme\r
2 --------------\r
3 \r
4 \r
5 ##################\r
6 \r
7 To run application:\r
8 \r
9 java -Djava.ext.dirs=JALVIEW_HOME/lib -cp JALVIEW_HOME/jalview.jar jalview.bin.Jalview\r
10 \r
11 Replace JALVIEW_HOME with the full path to Jalview Installation Directory.
12 \r
13 ##################\r
14 \r
15 \r
16 \r
17 \r
18 If you use a proxy server add \r
19 \r
20 -Dhttp.proxyServer=YOUR.SERVER -Dhttp.proxyPort=YOURPORT\r
21 \r
22 If the proxy server requires authentication, add\r
23 \r
24 -Dhttp.proxyUser=USERNAME -Dhttp.proxyPassword=PASSWORD