Skip to content

jni Advanced topics

cheyiliu edited this page Mar 3, 2015 · 1 revision

Overview

Java strings versus C strings

Java arrays versus C arrays

Working with arrays

Local versus global references

Creating a global reference

Error handling

JNI's exception handling functions

JNI's exception catching functions

Multithreading in native methods

Synchronization in native methods

Using synchronized with native methods

Other synchronization techniques

Summary

Clone this wiki locally