In this video, I show, how you can call a function written in c from a java code. It is called Java native interface. And, it is identified as functions marked as native in java code.
I am using jdk 15.
I am running Ubuntu 18.04 OS. And I am using gcc 10 for compiling c code.
My Website : refactoredcodes.com
Source code :-
https://github.com/anuraganand789/Jav...
#javanativeinterface #jni #javacoding #nativefunctioninjava #java