Hello,
On Windows, I'm using olca librairies V2.4.1 on my Java 21 / Payara 6 server for launching calculation. Before every calculation, I have a message in my Payara logs :
WARN org.openlca.nativelib.NativeLib - could not find native libraries in classpath and C:\openLCA_2\data\databases
I downloadled native libs (libamd.dll, libcamd.dll...) and try several things :
- put dll directly in C:\openLCA_2\data\databases
- add jvm options (-Dolca.native.lib.path=C:/openLCA_2/nativelib, -Djava.library.path=C:/openLCA_2/nativelib) to my Payara settings
- set manually PATH before starting domain (set PATH=C:\openLCA_2\nativelib;%PATH%)
But I still have the same warning message. How can I configure my Payara for using these libraries ?
I am trying to use the native libraries because some of my LCA system calculations are very large and take a long time to run.
Thank you