X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=help%2Fhtml%2Ffeatures%2Fcommandline.html;h=92d9323e8fc36c3bbab96e30462084c55c731c0a;hb=2c6e8912516541ca2a380c3bb35a656fe7afdab2;hp=9cffc515bc171e1bffb75af7676e1645641b859c;hpb=dde303bc73617ab4eb3e681e67cf899e6a971318;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