Senduran's Blog
Showing posts with label
Java
.
Show all posts
Showing posts with label
Java
.
Show all posts
Wednesday, April 8, 2020
Invoking a C function from Java using JNI
›
This is our C function which we need to invoke from Java hello.c #include <stdio.h> void sayHello() { printf( "Hello...
›
Home
View web version