Load a DLLTag(s): JNI
[pre JDK1.2]
System.loadLibrary("d:\\directoryX\\subDirY\\MyDll.dll")
Do something like this instead.
Runtime.getRuntime().load("d:/directoryX/subDirY/MyDll.dll");
java -Djava.library.path=c:/temp JNIJavaHowTo
mail_outline
Send comment, question or suggestion to howto@rgagnon.com
Send comment, question or suggestion to howto@rgagnon.com