...
Note: Additional samples will come be included in 2021further updates.
C++ Modules - DrawCirclesCommand
...
See topic “Compile the shared library with CMake” for more information.
Java and C++ synergy
7. C++ Modules - Load the shared library with System.LoadLibrary()
See topic “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.
...