dear sir and Shivjuluru these are my Paths:
set JAVA_HOME=C:\j2sdk1.4.2_04 set CATALINA_HOME=C:\APACHE\TOMCAT set CLASSPATH=C:\Apache\Tomcat\common\lib\servlet.jar but still when I compile my servlet file (sayeed) it give the same erros: C:\Apache\Tomcat\webapps\ch03\WEB-INF\calsses\com\wrox\projsp\ch03\myfirstwe bapp> javac sayeed.java sayeed.java:5: package javax.servlet.http does not exist import javax.servlet.http.HttpServlet; ^ sayeed.java:6: package javax.servlet.http does not exist import javax.servlet.http.HttpServletRequest; ----- Original Message ----- From: "shiv juluru" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, July 28, 2004 12:12 PM Subject: Re: Java Class is not compiling > give servlet.jar path to ur classpath ,that jar file may be in tomcat_root/common/lib folder > > Sayeed <[EMAIL PROTECTED]> wrote:Sir > I am new to Tomcat. > I am now making my first Servlet and trying to creat a class (sayeed). > It give me errors as under : > > --- > Also another thing what is the PACKAGE which have to write in first line of > my servlet(sayeed): > > package com.wrox.projsp.ch03.myfirstwebapp; > > Can anyone please help me in detail. I have however downloaded Javax > directory from sun.java.com- where this directory i have to put? i am using > j2sdk1.4.2. > > Thanx in advance. > > Saeed > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------- > Do you Yahoo!? > Yahoo! Mail - 50x more storage than other providers! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
