I'm looking for a way to add DLLs to the app folde...
# compose-desktop
s
I'm looking for a way to add DLLs to the app folder from a local
libnative
folder. Does
fromFiles
only work if I disable the default configuration?
appResourcesRootDir
copies to
app/resources
I need to copy to
app
directly. I don't use Conveyor here.
I guess it would already help if the "resources" folder would also be added to the library path so they
System.load()
can find things in there. 馃
s
Not sure. This is a library, not an app. Maybe DLLs place there in a library get automatically copied.
u
I don't think it's different
s
It is. Placing them there just includes them into the JAR files. Some libraries like the skiko.jar contain a DLL and will auto-extract.