Re: Servlet Environment

On Thu, 20 Aug 1998, José Euclides wrote:

> Hi,
> I've installed JDK1.2BETA4 and JSDK2.0 in my NT WebServer - IIS 4.0, 
> that is the place where my Servlet will run. I'm trying to compile this 
> servlet, and my Java compiler can't find the javax.servlet.Servlet class 
> and others javx.servlet.http classes. What do I do? 
> Thanks !  Euclides

It seems that the jar file of the JSDK/2.0 is not in your CLASSPATH.
add it to you classpath and it should work fine.
Regards,

      /\          - Yves Lafon - World Wide Web Consortium - 
  /\ /  \        Architecture Domain - Jigsaw Activity Leader
 /  \    \/\    
/    \   /  \   http://www.w3.org/People/Lafon - ylafon@w3.org    

Received on Friday, 21 August 1998 05:36:05 UTC