Hello!
Since the last updates I have not been able to perform calculations using scripts in Java or in Python/Jython.
I seem to be having trouble defining the NativeLibs and properly creating the solver.
Here is the script I am using:
https://github.com/Fernando3161/LCA-Calcs/blob/main/src/lca/Calculation.java
If I use a DenseSolver(), I do not get eny result and the eclipse console does not even show any error, just ends the running w/o any message.
If I use a Julia() solver, I receive the following error:
Am I making a mistake with the declaration of the native libraires?
If so, what exactly should I write in the NativeLibrary.LoadfromDir()
Thanks, FP