...
6. C++ Modules - Compile the shared library and module with CMake
See topic 7.4 Compile “Compile the shared library with CMake CMake” for more information.
Java and C++ synergy
7. C++ Modules - Load the shared library with System.LoadLibrary()
See topic 7.5 Load “Load the shared library with System.LoadLibrary()” for more information.
Java and C++ synergy
8. C++ Modules - Call native method to load C++ module inside Java host application
It is necessary to load all C++ modules before any features become active.
...