X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=README;h=74f4591939d6cfa46de666b5e1d5032a0b015c55;hb=e71ef8c833f4ebea12df2ecacf3e28d8ada895d7;hp=10f032b165c265318f2f08382caa5cdce4e22fa2;hpb=df05b75cc541ddf6a0a6fa62e50bbff53df03e30;p=jalview.git diff --git a/README b/README index 10f032b..74f4591 100755 --- a/README +++ b/README @@ -4,7 +4,7 @@ Jalview Readme The source is available as a tar file and comes complete with the GNU General Public License. -To build the application you will need a J2SDK 1.6+. +To build the application you will need a J2SDK 1.7+. An Ant build file (build.xml) is provided, you will need to install Apache Ant first. Run ant to view usage which will display a list of useful build targets. @@ -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. ##################