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.
请先登录再写评论。
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.