I am using the GRT library which is written in C++ and I want to integrate that with Java using JNA. To do that I want to make that a shared library (.dll/.so) . But I have no idea, how to do this.
Here is the link to GRT library.
https://github.com/nickgillian/grt/tree/master/GRT
I just want to call the methods from this C++ library.
Any help would be appreciated. Thanks in advance.
From https://github.com/nickgillian/grt/tree/master/build :
There should then be a
libgrt.so
file somewhere in the build directory.