- From: Yves Lafon <ylafon@w3.org>
- Date: Fri, 21 Aug 1998 11:35:56 +0200 (MET DST)
- To: José Euclides <euclidesjr@hotmail.com>
- cc: www-jigsaw@w3.org
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