Hi.
I need to export the API of a shared library coded in C++. I've heard
about JNI, but the only book I found was written in 1998. Is there
anything more recent? Or is there another method to export C++ code that
does not evolve JNI?
Best regards,
Gama Franco
>I need to export the API of a shared library coded in C++. I've heard
>about JNI, but the only book I found was written in 1998. Is there
>anything more recent? Or is there another method to export C++ code that
>does not evolve JNI?
I know of no other way. See http://mindprod.com/jgloss/jni.html for
two books. I can't think of any recent changes to JNI.
--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.