Re: Tomcat native / APR for windows

2008-01-22 Thread Bill Barker
I'm guessing that you don't have JAVA_HOME set when you try to compile it (or when you exported the Makefile). Thus the compiler can't find %JAVA_HOME%\include\jni.h, which it needs to integrate with the Java code. <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I am tryi

Re: Tomcat native / APR for windows

2008-01-22 Thread Markus Schönhaber
[EMAIL PROTECTED] wrote: > I am trying to build tomcat native for windows and have not been very > successful on this.. I can't help with your problem, but would you mind explaining why you want to build the native library yourself? The Tomcat installer .exe will fetch and install the native dl