hello friends How can i call a dll file from a JSP page do i need to use native methods written in C Amit
<I>Chance Favours the Prepared minds"</I>
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12266
1
posted
0
You should encapsulate your JNI call to a DLL library in a "Bean" style class so you can test it outside the JSP environment. I think there is something about interfacing to native methods in the tutorial at java.sun.com Bill