#!/usr/bin/env bash # This version of Jalview needs Java 8. It works with Java 11, but with # a few glitches. Future versions will work with Java 11. # The jar version of jalview requires its own jre. It's not # clear what is different from the normal java, but it works. # JAVA=$BIRCH/lib-$BIRCH_PLATFORM/jre8/jre/bin/java #JAVA=java $JAVA -jar $BIRCH/java/Jalview/jalview-all-2.11.2.1-j1.8.jar "$@"