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


Please check the class path again




"Jeff Samuelsen" <[EMAIL PROTECTED]>@list.working-dogs.com> on 10/05/2000
05:39:19 AM

Please respond to "Java Apache Users"
      <[EMAIL PROTECTED]>

Sent by:  <[EMAIL PROTECTED]>


To:   [EMAIL PROTECTED]
cc:

Subject:  no javax.servlet.Servlet class


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

Hello,

I'm getting the following error on install of JServ:

checking JSDK... configure: error: no javax.servlet.Servlet class or jar
with it in /usr/local/java/JSDK2.0/lib/jsdk.jar


I'm using:

OpenBSD2.7
Kaffe-1.0.5
Apache-1.3.13
ApacheJServ-1.1.2

./configure --with-apache-src=$APACHE_SRC  \
            --enable-apache-conf \
            --with-jdk-home=/usr/local/share/kaffe  \
            --with-java=/usr/local/bin  \
            --with-javac=/usr/local/bin  \
            --with-javadoc=/usr/local/bin  \
            --with-jar=/usr/local/bin  \
            --with-jsdk=/usr/local/JSDK2.0/lib/jsdk.jar \

CLASSPATH=/usr/local/java/JSDK2.0/lib/jsdk.jar:$CLASSPATH
export CLASSPATH


   I've checked the FAQ and PR number 5197 reports the same
problem as an error in the configure script (shown below) and it
had been closed as fixed in the cvs tree.

# diff configure configure.original
<     JARS=`${FIND} ${JSDK_CLASSES} -follow \( -name "*.jar" -o -name "
*.zip" \) -print |tr "\n" "
 "`
---
>     JARS=`${FIND} ${JSDK_CLASSES} -name "*.jar" -or -name "*.zip"|tr "\n"
" "`

  My configure script reads similar to the fixed configure script with
the -name option.

   I can't find anything else any help would be great.
   Thanks in Advance, Jeff  [EMAIL PROTECTED]




--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives:
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]






--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to