From 1b98fb9e1fd8dd2d594750ce3cba4e4f1619ed35 Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Fri, 3 Nov 2017 15:56:12 +0000 Subject: [PATCH 1/1] JAL-2818 modified README for launching jalview from source build --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index cbc93b1..eaf226b 100755 --- 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 + ################## -- 1.7.10.2