X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=README;fp=README;h=74f4591939d6cfa46de666b5e1d5032a0b015c55;hb=4865a4110b7725acefd5b166f9b7c482ac01ce15;hp=eaf226bfded93f7bdbd8f73a273d339a1e63ed40;hpb=1253fe4ed610223c3c3b4e4983ec542e818efdfe;p=jalview.git diff --git a/README b/README index eaf226b..74f4591 100755 --- a/README +++ b/README @@ -23,11 +23,11 @@ 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 -Djava.ext.dirs=JALVIEW_BUILD/dist -cp JALVIEW_BUILD/dist/jalview.jar jalview.bin.Jalview +java -classpath "JALVIEW_BUILD/dist/*" jalview.bin.Jalview ##################