Hi!


On Wed, 29 Jul 1998, Brian Pedersen wrote:

> > > > import java.servlet.*;
> > > > import java.servlet.http.*;
> 
> Shouldn't this read javax.servlet.* ? Servlets are NOT a part of core in
>                         ^
> 1.1. If you set your classpath to point to jsdk then this will most
> likely work

        I took the example from a document of JavaSoft. In the example
they use import java.servlet.XXX instead of import javax.servlet.XXX so I
use it in that form. Anyway at this time I can compile the program using
"javax".
        Thanks to all
        AC

Reply via email to