Linking a native library
I am using Community Edition 10.5, PC version. I am trying to add a native library (.so) to my app, but I can't figure out how to link it to my project. Could someone please provide instructions on how to do that?
Thank you in advance.
Please sign in to leave a comment.
Native libraries must reside in application working directory, system PATH environment or in a directory set via -Djava.library.path=/path/to/lib/dir JVM option.