From 884cac331b892a004ffa12df7c6bcf4d6cd59724 Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Thu, 2 Sep 2021 14:25:36 +0100 Subject: [PATCH] JAL-3851 run the eclipse compiled jalview --- utils/eclipse/eclipse_run.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 utils/eclipse/eclipse_run.sh diff --git a/utils/eclipse/eclipse_run.sh b/utils/eclipse/eclipse_run.sh new file mode 100755 index 0000000..820c2ad --- /dev/null +++ b/utils/eclipse/eclipse_run.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +java -cp "bin/main:j11lib/*:resources" jalview.bin.Launcher ${@} -- 1.7.10.2