Because (perhaps) you want to write servlets for web server that only
supports the 1.0 API.  I have exactly this problem with the OS/390 web
server (Domino Go/WebSphere).

In my case the solution was to copy the files:
  classes.zip
  *.jar
from the web server, and then set -classpath to javac, like:

  javac -classpath "c:\jsdk1.0\classes.zip;c:\jsdk1.0\jsdk.jar" ....

You don't need all the *.jar files, but I'm doing this from memory :).

> -----Original Message-----
> From: A mailing list for discussion about Sun Microsystem's Java Servlet
> API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of maus
>
> Which of course, begs the question:  why?
>
> On Mon, 22 Mar 1999, John Larson wrote:
> >
> > I am looking for a copy of the Servlet API 1.0 that I can download.  I
> > searched SUN, but only found the JSDK 2.0 API.

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to