X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=utils%2FInstallAnywhere%2FREADME_IA;h=e9e51767dd488a241914aa960978759a36cd39b5;hb=4ad1fc4f0e441e2562cbc2ecaf1f89fa4a475c25;hp=e317dbc2643dc1f49b4f22712e23b403e360963c;hpb=9ab1001c61afa9c1ab83a6314c05f32bd4ae28d4;p=jalview.git diff --git a/utils/InstallAnywhere/README_IA b/utils/InstallAnywhere/README_IA index e317dbc..e9e5176 100755 --- a/utils/InstallAnywhere/README_IA +++ b/utils/InstallAnywhere/README_IA @@ -1,24 +1,30 @@ -Jalview Readme --------------- - - -################## - -To run application: - -java -Djava.ext.dirs=JALVIEW_HOME/lib -cp JALVIEW_HOME/jalview.jar jalview.bin.Jalview - +Jalview Readme +-------------- + + +################## + +To run application: + +java -Djava.ext.dirs=JALVIEW_HOME/lib -jar JALVIEW_HOME/jalview.jar [-help ... ] + 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 - +Use -help to see the available command line arguments. + +For best results use a Sun java run time environment (not the gcj gnu java, sorry!). + +If you want to the java runtime bundled with Jalview, then launch jalview like this: + +JAVA_HOME=JALVIEW_HOME/jre JALVIEW_HOME/jre/bin/java -Djava.ext.dirs=JALVIEW_HOME/lib -jar JALVIEW_HOME/jalview.jar + +Please Note: the -jar jalview.jar option launches the jalview.bin.Jalview class in the jalview.jar +################## + + +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