Calling a function written in C ++ from a Java program

    1 answer 1

    JNI Example

    This example shows how you can use the Java Native Interface (JNI) to call your own methods, which implements C-function calls to map files to memory.

    • 2
      there is a google and a bunch of articles on request, such as JNI - Gorets