Javokhir Savriev
05/29/2023, 10:01 AMmikehearn
05/29/2023, 12:56 PMJavokhir Savriev
05/31/2023, 11:49 AMJavokhir Savriev
05/31/2023, 11:49 AMmikehearn
05/31/2023, 12:48 PMjava.library.path
system property. So you have to pass the directory where the libraries are found with that -Djava.library.path=$dllDir
. But watch out - that dll dir will be in your local build tree. You will also need to handle this at runtime. At that point how it's done will depend on your packaging solution. With Conveyor for example you can just add them as inputs. They will end up in the right place, be code signed and be located automatically at runtime. If you don't use it then you will need to arrange some other approach.
I should write up some better docs on all this at some point for people.mikehearn
05/31/2023, 12:48 PMloadLibrary
.mikehearn
05/31/2023, 12:48 PMSystem.load
.Adam Brown
06/02/2023, 12:11 AMmikehearn
06/02/2023, 2:53 PM