I documented the steps I took to get it working.
http://www.jchart.com/jsconfig.html
Paul Russo
[EMAIL PROTECTED]
Pierpaolo Fumagalli wrote:
> matthew zeier wrote:
> >
> > Javing problems building Apache-Jserv and I'm not sure how to fix this.
> >
> > mrz@coral [/sysadm/build/jserv/Apache-JServ-1.0b3/] 47> make
> > Making all in src
> > Making all in c
> > Making all in java
> > CLASSPATH=/web/JSDK2.0lib/jsdk.jar:/web/JSDK2.0lib/jsdk.jar:. /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
> > *** Error code 1
> > make: Fatal error: Command failed for target
> > `org/apache/jserv/JServUtils.class'
> > Current working directory
> > /sysadm/build/jserv/Apache-JServ-1.0b3/src/java
> > *** Error code 1
> > make: Fatal error: Command failed for target `all-recursive'
> > Current working directory /sysadm/build/jserv/Apache-JServ-1.0b3/src
> > *** Error code 1
> > make: Fatal error: Command failed for target `all-recursive'
> >
> > mrz@coral [/sysadm/build/jserv/Apache-JServ-1.0b3/] 48> java -version
> > java version "1.1.7"
> >
> > Can someone point me in the right direction?
> >
> JSDK is not included into your CLASSPATH....
> Just add it there....
>
> Pier
>
> --
> Pierpaolo Fumagalli - Java Apache Project - <http://java.apache.org/>
> E-Mail <mailto:[EMAIL PROTECTED]> <mailto:[EMAIL PROTECTED]>
> ---------------------------------------------------------------------
> You can't call yourself a real UNIX administrator until you've edited
> a sendmail.cf file. But others can call you crazy if you attempted to
> do it twice. What about moving to something smarter?
> ---------------------------------------------------------------------
>
> ----------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Archives and Other: <http://java.apache.org/main/mail.html/>
> Problems?: [EMAIL PROTECTED]
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]