Specify through the JVM command line the location where to find the JNI DLL to be loaded : JNI « Development Class « Java
- Java
- Development Class
- JNI
Specify through the JVM command line the location where to find the JNI DLL to be loaded
java -Djava.library.path=c:/JNI
Related examples in the same category