Fog Creek Software
g
Discussion Board




using dlls in java ?

Can anyone please tell me how to use a dll ,creating using Lisp , in Java .

Mohammad Atif
Friday, May 14, 2004

Search for JNI and Win32.

dir at badblue com
Friday, May 14, 2004

http://www.rgagnon.com/javadetails/java-0283.html

dir at badblue com
Friday, May 14, 2004

The dll has been created in LISP , i cannot modify the return types or the arguments in accordance with the requirements of JNI .

Mohammad Atif
Friday, May 14, 2004

Write a wrapper DLL.

dir at badblue com
Friday, May 14, 2004

Are you using real Java, or J++/J#? If it's the latter, then J/Invoke will let you call the DLLs. Otherwise, I agree with the suggestion that you're going to have to write a wrapper DLL.

Brad Wilson (dotnetguy.techieswithcats.com)
Friday, May 14, 2004

SWIG

Phil
Saturday, May 15, 2004

*  Recent Topics

*  Fog Creek Home