Preface
This book covers the Java™ Native Interface (JNI). It will be useful to you if you are interested in any of the following:
integrating a Java application with legacy code written in languages such as C or C++
incorporating a Java virtual machine implementation into an existing application written in languages such as C or C++
implementing a Java virtual machine
understanding the technical issues in language interoperability, in particular how to handle features such as garbage collection and multithreading
First and foremost, the book is written for developers. You will find easy steps to get started with the JNI, informative discussions on various JNI features, and helpful tips on how to use the JNI effectively. The JNI was initially released ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access