View Single Post
  #1 (permalink)  
Old 07-23-2007, 10:07 PM
katie katie is offline
Member
 
Join Date: Jul 2007
Posts: 41
katie is on a distinguished road
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 05:11 PM.
Reply With Quote
Sponsored Links