JAL-3962 Added jre/bin and dist folders to the native library path to try and fix...
authorBen Soares <b.soares@dundee.ac.uk>
Wed, 2 Mar 2022 14:39:32 +0000 (14:39 +0000)
committerBen Soares <b.soares@dundee.ac.uk>
Wed, 2 Mar 2022 14:39:32 +0000 (14:39 +0000)
utils/install4j/install4j9_template.install4j

index 79f99bf..6b07bfc 100644 (file)
           <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>