Is java.library.path respected? #118
-
I want to use your lib in a Compose Multiplatform Desktop app. Adding custom DLL files to the I get a system property where this is located: I try to modify
Do you have any idea how I can make this work here? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
I haven't tried loading from
It could be that we need to modify the loader in Good luck, let me know how you get on! |
Beta Was this translation helpful? Give feedback.
I haven't tried loading from
java.library.path
, but I would expect it to work - here are some things that might help debug:SymbolLookup.loaderLookup()
which I would expect to be able to load things from the classpath