----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Hi,

It is as though the jsdk.jar file is not in the right place.
Try this from that directory

   unzip -l ../JSDK2.0/lib/jsdk.jar

and see if this line

    531  04-21-98  12:29   javax/servlet/Servlet.class

shows up in there.

Stephen Adkins
[EMAIL PROTECTED]

P.S. The -l option to unzip keeps the jar from being unpacked,
     of course.

>
>Hi all
>
>I unpacked the jsdk 2.0, apache 1.3.11, mod_ssl, open_ssl and configured
>the apache with mod_ssl successfully!
>
>Now, I try to configure the apache Jserv with the following command:
>
>./configure --with-apache-src=../apache_1.3.11
>--with-jdk-home=../jdk1.2.2 --with-java-platform=2 --with-java=../jdk1.2.2/b
>in/java --with-javac=../jdk1.2.2/bin/javac --with-javadoc=../jdk1.2.2/bin/ja
>vadoc --with-jar=../jdk1.2.2/bin/jar --with-JSDK=../JSDK2.0/lib/jsdk.jar --d
>isable-debugging --enable-EAPI
>
>But the configure script always gives me this error message and dies:
>
>checking JSDK... configure: error: javax.servlet.Servlet not found in
>../JSDK2.0/lib/jsdk.jar
>
>What is the problem? I tried already several options. But always the same
>problem....
>
>Thanks for your help
>[EMAIL PROTECTED]
>




--
--------------------------------------------------------------
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]

Reply via email to