On Fri, Dec 17, 2010 at 10:33 AM, Levend Sayar <[email protected]> wrote: > Hi, > I want to access a special hardware from sipxconfig. This hardware has an > API library written in C++ and also has a C interface. > I want to add a new page to sipxconfig web interface and on that page, I > will read some information from this hardware and show them. > So I need Java -> C call. Do you suggest something for this ?
JNI (Java Native Interface) is the answer.Check this sample http://java.sun.com/developer/onlineTraining/Programming/JDCBook/jniexamp.html George _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev/
