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:
defcc28
)
JAL-3962 Added jre/bin and dist folders to the native library path to try and fix...
author
Ben Soares
<b.soares@dundee.ac.uk>
Wed, 2 Mar 2022 14:39:32 +0000
(14:39 +0000)
committer
Ben Soares
<b.soares@dundee.ac.uk>
Wed, 2 Mar 2022 14:39:32 +0000
(14:39 +0000)
utils/install4j/install4j9_template.install4j
patch
|
blob
|
history
diff --git
a/utils/install4j/install4j9_template.install4j
b/utils/install4j/install4j9_template.install4j
index
79f99bf
..
6b07bfc
100644
(file)
--- a/
utils/install4j/install4j9_template.install4j
+++ b/
utils/install4j/install4j9_template.install4j
@@
-160,6
+160,10
@@
<archive location="getdown-launcher.jar" />
<archive location="${compiler:GETDOWN_INSTALL_DIR}/getdown-launcher.jar" failOnError="false" />
</classPath>
+ <nativeLibraryDirectories>
+ <directory name="${compiler:JRE_DIR}/bin" />
+ <directory name="${compiler:GETDOWN_DIST_DIR}" />
+ </nativeLibraryDirectories>
</java>
<macStaticAssociationActions mode="selected">
<id>2350</id>