-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
> After a time consuming effort, we could run servlets
> that call JNI-Java.
>
> We are facing a problem:
> If the C Library which we are calling from the Servlet
> via JNI has any FILE handling statements (fopen,
> fprintf...), it is impossible to run the servlet.
>
What platform are you running on ? It may just be a missing symbol at
runtime linking.
Also depending on what platform you can attach a debugger to a
running java process and set breakpoints etc in your JNI code.
regards,
Graeme.
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]