Java Native Interface (JNI) in depth -- Part 34: Mixed Development in Windows Operating System

Опубликовано: 10 Октябрь 2024
на канале: Java for Engineers
1,619
20

In this java tutorial, I discuss how to install a C++ compiler in Windows operating system and use it in conjunction with the java native interface (JNI). There are several options such as MinGW (32bit), MinGW-w64 (64bit), and Cygwin.