I get the following error when attempting to compile ApacheJServe...

make[2]: Entering directory `/usr/src/redhat/SOURCES/ApacheJServ-1.0fc1/src/java'
CLASSPATH=.:/usr/local/communicator/java:/usr/lib/java/lib/classes.zip:/usr/lib/java/bin:/usr/lib/java/lib:../JSDK2.0/lib/jsdk.jar:.
 /usr/lib/java/bin/javac -g -deprecation ./org/apache/jserv/JServUtils.java 
./org/apache/jserv/JServUtils.java:66: Class javax.servlet.http.Cookie not found in 
import.
import javax.servlet.http.Cookie;
       ^
1 error
make[2]: *** [org/apache/jserv/JServUtils.class] Error 1
make[2]: Leaving directory `/usr/src/redhat/SOURCES/ApacheJServ-1.0fc1/src/java'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/redhat/SOURCES/ApacheJServ-1.0fc1/src'
make: *** [all-recursive] Error 1


Since the sources for Servlet.java are in the JSDK, I am not sure why its not 
finding what it needs.  The same thing happens with the 1.0b5 kit as well.

The configure arguments I used were:
./configure   --with-apache-src=../../BUILD/apache_1.3.6/  
--with-jsdk=../JSDK2.0/lib/jsdk.jar -with-jdk-home=/usr/lib/java

Am I missing something here..?  I thought I had all of the required packages.
any suggestions would be appreciated.

_DHMS



-- 
--------------------------------------------------------------------------------
David HM Spector                                           [EMAIL PROTECTED]
Network Design & Infrastructure Security                   voice: +1 516.261.5013
Amateur Radio: W2DHM (ARRL life member) GridSquare: FN30hv (40.52'45"N 73.21'21"W) 
-.-. --- -. -. . -.-. -  .-- .. - ....  .- -- .- - . ..- .-.  .-. .- -.. .. ---
"New and stirring things are belittled because if they are not belittled, 
the humiliating question arises, 'Why then are you not taking part in them?'"
                                                        --H. G. Wells




-- --------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to