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

Описание к видео Execute C program in Java with Java Native Interface (JNI) on Windows with Netbeans 8.2 | 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 Netbeans 8.2.

Make sure to subscribe for more tutorials :)

0:00 Intro
0:15 Write Java program
0:45 Create .h file
1:54 Write C program
3:04 Copy .dll directory
3:20 Execute

#javanativeinterface #java #c

Комментарии

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