git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5ab749
)
JAL-3851 run the eclipse compiled jalview
author
Ben Soares
<b.soares@dundee.ac.uk>
Thu, 2 Sep 2021 13:25:36 +0000
(14:25 +0100)
committer
Ben Soares
<b.soares@dundee.ac.uk>
Thu, 2 Sep 2021 13:25:36 +0000
(14:25 +0100)
utils/eclipse/eclipse_run.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/utils/eclipse/eclipse_run.sh
b/utils/eclipse/eclipse_run.sh
new file mode 100755
(executable)
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 ${@}