Details
-
Type: Task
-
Status: In Progress
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 2.11.0
-
Component/s: Dev and Dep, documentation, website
-
Labels:None
Description
Reported via jalview-discuss:
http://www.compbio.dundee.ac.uk/pipermail/jalview-discuss/2017-November/001451.html
Hi,
on the FAQ you write under 'Can I run Jalview from the command line?'
##############
java -Djava.ext.dirs=$INSTALL_DIR$/lib -cp $INSTALL_DIR$/jalview.jar
jalview.bin.Jalview -open [FILE]
(where $INSTALL_DIR$ is the InstallAnywhere installation directory or
the dist directory created when building Jalview from source)
##############
but when compiling from source you have to omit '/lib' in the
java-ext.dirs path (when using
http://www.jalview.org/source/jalview_2_10_2b2.tar.gz)
http://www.compbio.dundee.ac.uk/pipermail/jalview-discuss/2017-November/001451.html
Hi,
on the FAQ you write under 'Can I run Jalview from the command line?'
##############
java -Djava.ext.dirs=$INSTALL_DIR$/lib -cp $INSTALL_DIR$/jalview.jar
jalview.bin.Jalview -open [FILE]
(where $INSTALL_DIR$ is the InstallAnywhere installation directory or
the dist directory created when building Jalview from source)
##############
but when compiling from source you have to omit '/lib' in the
java-ext.dirs path (when using
http://www.jalview.org/source/jalview_2_10_2b2.tar.gz)
Attachments
Issue Links
- related with
-
JAL-2486 jalview launch servlet includes default example file in jnlp
- Open