X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=inline;f=help%2Fhtml%2Ffeatures%2Fcommandline.html;h=92d9323e8fc36c3bbab96e30462084c55c731c0a;hb=bc18effe68ba80213a6d03ca7e6175adc6be71d6;hp=9cffc515bc171e1bffb75af7676e1645641b859c;hpb=37de9310bec3501cbc6381e0c3dcb282fcaad812;p=jalview.git diff --git a/help/html/features/commandline.html b/help/html/features/commandline.html index 9cffc51..92d9323 100644 --- a/help/html/features/commandline.html +++ b/help/html/features/commandline.html @@ -49,11 +49,11 @@ provided by InstallAnywhere any output from the application will be sent to output.txt, not standard out.
The Jalview application also requires a number of additional libraries on the - class path. The command line below adds the Jalview installation's - 'lib' directory to the list of directories that are searched for - jars to be added to the classpath: + class path. The command line below adds all the jar files in the + Jalview installation's 'lib' directory to the classpath, as well as + the Jalview application jar file:

-
java -Djava.ext.dirs=$INSTALL_DIR$/lib -cp $INSTALL_DIR$/jalview.jar jalview.bin.Jalview -open [FILE] 
+
java -classpath "$INSTALL_DIR$/lib/*:$INSTALL_DIR$/jalview.jar" jalview.bin.Jalview -open [FILE] 

Use '-help' to get more information on the command line arguments that