Java Native Interface (JNI) in depth
Gain an in-depth understanding of how to accomplish mixed Java/C++ software development
Description
In this course, you will learn how to write java code that includes native methods, and how to bundle it with a C++ dynamic library that implements those native methods. Although the main focus is on java programming, details about C++ programming and how to link against existing native libraries are also discussed in detail. The course contents and the accompanying PowerPoint slides have been prepared with the utmost quality.
What You Will Learn!
- How to work with Java Native Interface (JNI)
- Mixed Java/C++ Development
Who Should Attend!
- Software Engineers
- Java Programmers