Home
Java
2D Graphics GUI
3D
Advanced Graphics
Ant
Apache Common
Chart
Class
Collections Data Structure
Data Type
Database SQL JDBC
Design Pattern
Development Class
EJB3
Email
Event
File Input Output
Game
Generics
GWT
Hibernate
I18N
J2EE
J2ME
JavaFX
JDK 6
JDK 7
JNDI LDAP
JPA
JSP
JSTL
Language Basics
Network Protocol
PDF RTF
Reflection
Regular Expressions
Scripting
Security
Servlets
Spring
Swing Components
Swing JFC
SWT JFace Eclipse
Threads
Tiny Application
Velocity
Web Services SOA
XML
JNI « Development Class « Java
Java
Development Class
JNI
1.
Create Simplest JNI C method
2.
Create JNI C method
3.
format a string containing a printf format specifier with JNI
4.
Using JNIEnv
5.
Deal with Unicode
6.
Passing parameter back and forth
7.
Load a DLL
8.
If the DLL is in the CLASSPATH then you don't need to specify a PATH.
9.
Specify through the JVM command line the location where to find the JNI DLL to be loaded
10.
JNI example 2
11.
JNI example
12.
Java Native Interface Demo