Hi,
I need to call functions in an existing DLL using Java. I learnt from
other website that a intermediate DLL is needed to create, which contains
DLL interface and JNI haeder, to call the existing DLL. The intermediate
DLL serves as a middle interface between my java class and the existing
DLL.
However, I don't know how to create the intermediate DLL. What code I
should write and how to generate the DLL?
Thanks if anyone can help.
Rianna
castillo.bryan@gmail.com - 18 May 2005 17:10 GMT
This should help
http://java.sun.com/docs/books/tutorial/native1.1/
riannacmw - 19 May 2005 16:05 GMT
Thanks!
efultz - 26 May 2006 20:45 GMT
The link provided is no longer valid. Would anyone have an updated link that
explains the steps needed to have a JAVA program call a Microsoft Visual C++
DLL? The DLL has been provided to me but it sounds as if I need to create an
interim DLL to make the transition. Is that correct? A pointer to an
updated detailed explanation would be helpful.
>Thanks!