git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a25365
)
JAL-2818 modified README for launching jalview from source build
author
Jim Procter
<jprocter@issues.jalview.org>
Fri, 3 Nov 2017 15:56:12 +0000
(15:56 +0000)
committer
Jim Procter
<jprocter@issues.jalview.org>
Fri, 3 Nov 2017 15:56:12 +0000
(15:56 +0000)
README
patch
|
blob
|
history
diff --git
a/README
b/README
index
cbc93b1
..
eaf226b
100755
(executable)
--- a/
README
+++ b/
README
@@
-25,7
+25,10
@@
To run application:
java -Djava.ext.dirs=JALVIEW_HOME/lib -cp JALVIEW_HOME/jalview.jar jalview.bin.Jalview
-Replace JALVIEW_HOME with the full path to Jalview Installation Directory.
+Replace JALVIEW_HOME with the full path to Jalview Installation Directory. If building from source:
+
+java -Djava.ext.dirs=JALVIEW_BUILD/dist -cp JALVIEW_BUILD/dist/jalview.jar jalview.bin.Jalview
+
##################