If the DLL is in the CLASSPATH then you don't need to specify a PATH. : JNI « Development Class « Java
- Java
- Development Class
- JNI
If the DLL is in the CLASSPATH then you don't need to specify a PATH.
Runtime.getRuntime().load("d:/directoryX/subDirY/MyDll.dll");
Related examples in the same category