>
> Hi,
> Does anyone know whether JNI will work with Servlets. For example, can
the
> Servlet load a class that has native methods and invoke those methods? I
heard
> that JSDK 1.0 does not support this, so I was wondering if JServ did?
JNI works with servlets. What you have heard is false...if it was true, then
all of those JDBC servlets that I write wouldn't work because of native JDBC
drivers.
<http://java.apache.org/faq/index.cgi?cmd=search&editCmds=show&file=251&_sub
mit=Search+for&_search=JNI&_minMatches=>
-jon
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]