9 java -Djava.ext.dirs=JALVIEW_HOME/lib -jar JALVIEW_HOME/jalview.jar [-help ... ]
11 Replace JALVIEW_HOME with the full path to Jalview Installation Directory.
12 Use -help to see the available command line arguments.
14 For best results use a Sun java run time environment (not the gcj gnu java, sorry!).
16 If you want to the java runtime bundled with Jalview, then launch jalview like this:
18 JAVA_HOME=JALVIEW_HOME/jre JALVIEW_HOME/jre/bin/java -Djava.ext.dirs=JALVIEW_HOME/lib -jar JALVIEW_HOME/jalview.jar
20 Please Note: the -jar jalview.jar option launches the jalview.bin.Jalview class in the jalview.jar
24 If you use a proxy server add
26 -Dhttp.proxyServer=YOUR.SERVER -Dhttp.proxyPort=YOURPORT
28 If the proxy server requires authentication, add
30 -Dhttp.proxyUser=USERNAME -Dhttp.proxyPassword=PASSWORD