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
