Building Jalview from Source

You will need the following:

With any luck, once you check out the Jalview source from git and set your JAVA_HOME and PATH correctly, you just need to change to the jalview directory and run gradle getdown.

Obtaining Jalview

This is easiest achieved with git:

git clone http://www.jalview.org/git/jalview.git
Then you can cd jalview to get into the top level jalview dir.

Minimal Jalview build

To run Jalview, you just need the jalview classes and the .jar libraries that Jalview depends on.

Jalview development team