Java Native Interface (JNI) in depth -- Part 1: Introduction to Mixed Java/C++ Development

Описание к видео Java Native Interface (JNI) in depth -- Part 1: Introduction to Mixed Java/C++ Development

In this java tutorial, I discuss how to use java native interface (JNI) to create a bridge between java and C/C++ libraries. JNI allows us to perform intensive mathematical computations in C/C++ and grab the results back to java. For more reading material, see:
1. https://www.fer.unizg.hr/_download/re...
2. https://www.gnu.org/software/gsl/doc/...
3. https://en.wikipedia.org/wiki/Java_Na...
4. https://docs.oracle.com/javase/8/docs...
5.   / a-simple-java-native-interface-jni-example...  

Комментарии

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