JAL-3091 -Dnosign to disable jar signing phase of build
[jalview.git] / README
diff --git a/README b/README
index cbc93b1..74f4591 100755 (executable)
--- a/README
+++ b/README
@@ -23,9 +23,12 @@ For more help, read the file doc/building.html
 
 To run application:
 
-java -Djava.ext.dirs=JALVIEW_HOME/lib -cp JALVIEW_HOME/jalview.jar jalview.bin.Jalview
+java -classpath "JALVIEW_HOME/lib/*:JALVIEW_HOME/jalview.jar" jalview.bin.Jalview
+
+Replace JALVIEW_HOME with the full path to Jalview Installation Directory. If building from source:
+
+java -classpath "JALVIEW_BUILD/dist/*" jalview.bin.Jalview
 
-Replace JALVIEW_HOME with the full path to Jalview Installation Directory.
 
 ##################