|
how to call a dll from java
I want to call a generic dll from JAVA. The dll is provided by thirdparty. I can load it using "System.load("nameofthedll.dll");"
but I'm now confused how can I call the methods??. Since it is not made by me using JNI so there is not method with "native" keyword.
thanks
Last edited by katie : 08-07-2007 at 04:11 PM.
|