-
Notifications
You must be signed in to change notification settings - Fork 6
User's Guide
gershnik-smartsheet edited this page May 23, 2016
·
2 revisions
This user's guide is work in progress. It assumes knowledge of "raw" JNI. If you are unfamiliar with how JNI works at all consider reading one of the manuals found online first. This guide is intended to be read in-order, at least for the first time. Subsequent pages build on the material in previous ones.
Declaring Java Types
Accessing Methods and Fields
Representing Java Classes
Implementing Native Methods
Smart References
Error Handling
Obtaining JNIEnv
Initialization
Strings
Arrays
- Building
-
User's Guide
Declaring Java Types
Accessing Methods and Fields
Representing Java Classes
Implementing Native Methods
Smart References
Error Handling
Obtaining JNIEnv
Initialization
Strings
Arrays
Direct Buffers
Booleans
Sizes -
JniGen Code Generator
Integrating JniGen
Annotations
Processor Options