- Lets you run C programs from Java.
- A great feature if you have a large amount of high-quality C code already written, and want to leverage that for new Java applications.
- Can also be used if maximizing the speed of the code is critical.
- When using JNI, you may be limiting the portability of your application.
|
|