Hello,
Using brid-0.7.0.jar. I managed to make bridj working for calling c from
Scala only by setting @Library("mylibrary.so") and putting mylibrary.so
file in the root scala project directory.
Is it possible to configure bridj to look for a native library under a
classpath dir?, e.g. $project_dir/target or to configure the directory for
native libs in some way?.
Also if I change Library("mylibrary.so") to Library("mylibrary") then bridj
fails with:
INFO: Library not found : mylibrary
*** RUN ABORTED ***
java.lang.UnsatisfiedLinkError:
--
You received this message because you are subscribed to the Google Groups
"NativeLibs4Java" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.