Java Native Interface (JNI) in depth -- Part 30: Nonvirtual Call of Java Methods in C++

preview_player
Показать описание
In this java tutorial, I discuss how to override the default behavior of the JVM for calling methods (all methods are virtual methods in Java) in C++ using nonvirtual call functions that JNI provides. This is mainly useful if we need to call a method of the superclass of an object in C++.
Рекомендации по теме
visit shbcf.ru