RE: JNI Servlet with Tomcat Problem

2001-01-25 Thread Nicholas Christopher
AM To: '[EMAIL PROTECTED]' Subject: JNI Servlet with Tomcat Problem Hi, I am using a servlet call to a C dll with JNI. I am using Windows NT4, TOMCAT 3.2, jdk1.3, c dll. Below is my code # import java.io.*; import javax.servlet.*;

JNI Servlet with Tomcat Problem

2001-01-25 Thread Ryan Adrian
Hi, I am using a servlet call to a C dll with JNI. I am using Windows NT4, TOMCAT 3.2, jdk1.3, c dll. Below is my code # import java.io.*; import javax.servlet.*; import javax.servlet.http.*; public class jniServlet2 extends HttpServlet {