I am developing an aplication in java to comunicate with a simulator, X-Plane, using the x-plane sdk, it have it in C. I downloaded the SDK and consist in .libm .h and .cpp files.
I have made a search in the internet to see how to load these libraries in my programs and i found the Java Native Interface, so i start to read about that, looking for examples that matches my cases, but i only found the same case, how to create the c library.
My problem is that i already have the header files and the library and is not the .dll.
How can i make the load without crating myself the library
I know that problably is a very easy way, but i do not know, and i appreciate very much the effort to answer me.