X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=help%2Fhtml%2Ffeatures%2Fcommandline.html;h=92d9323e8fc36c3bbab96e30462084c55c731c0a;hb=bc18effe68ba80213a6d03ca7e6175adc6be71d6;hp=0e1f10975ea3b345df16a88c8149b8e4cc23eaa1;hpb=c17661b22323a66090ea91e04751aa17461b17c5;p=jalview.git diff --git a/help/html/features/commandline.html b/help/html/features/commandline.html index 0e1f109..92d9323 100644 --- a/help/html/features/commandline.html +++ b/help/html/features/commandline.html @@ -49,15 +49,15 @@ 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 Jalview accepts. + href="clarguments.html">command line arguments that + Jalview accepts.