Hai,
please help me on this one because i am new to jni.
Is it poosible to use methods defined in .dll
-
Is it possible to use .dll driectly into application (2 messages)
- Posted by: san k
- Posted on: March 29 2006 05:01 EST
Threaded Messages (2)
- Is it possible to use .dll driectly into application by Jeryl Cook on April 02 2006 23:04 EDT
- Is it possible to use .dll driectly into application by Jeryl Cook on April 02 2006 23:06 EDT
-
Is it possible to use .dll driectly into application[ Go to top ]
- Posted by: Jeryl Cook
- Posted on: April 02 2006 23:04 EDT
- in response to san k
Hai, please help me on this one because i am new to jni.Is it poosible to use methods defined in .dll
yes it is!
i used JNI, it wasnt to bad :P..however i had to make a C++ wrapper also around the .DLL.
i thiink there is a COM/JAVA bridge also out there.. -
Is it possible to use .dll driectly into application[ Go to top ]
- Posted by: Jeryl Cook
- Posted on: April 02 2006 23:06 EDT
- in response to san k
Hai, please help me on this one because i am new to jni.Is it poosible to use methods defined in .dll
check this out
http://java.sun.com/products/accessbridge/