Execute C program in Java with Java Native Interface (JNI) on Windows with Eclipse | C to Java

Описание к видео Execute C program in Java with Java Native Interface (JNI) on Windows with Eclipse | C to Java

Buy me a coffe?
https://ko-fi.com/bielsyah
🇮🇩 Traktir saya?
https://trakteer.id/bielsyah

Java Native Interface (JNI) enables us to write C/C++ program to be executed in Java. JNI works by creating shared library (.dll/.dylib/.so).
- .dll for Windows
- .dylib for MacOS
- .so for Linux
We will learn how to use JNI on Windows with Eclipse.

Make sure to subscribe for more tutorials :)

0:00 Intro
0:15 Write Java program
0:42 Create .h file
2:26 Write C program
3:40 Create .dll file
5:16 Execute

#javanativeinterface #java #c

Комментарии

Информация по комментариям в разработке