Re: Java Class is not compiling

2004-07-28 Thread shiv juluru
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 :

Re: Java Class is not compiling

2004-07-28 Thread Sayeed
[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

Re: Java Class is not compiling

2004-07-28 Thread shiv juluru
; - Original Message - From: shiv juluru To: Tomcat Users List 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 wrote:Sir I am new to Tomcat. I am now

Re: Java Class is not compiling

2004-07-28 Thread Schalk Neethling
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 To: Tomcat Users List Sent: Wednesday, July 28, 2004 12:12 PM Subject: Re: Java Class is not compiling

RE: Java Class is not compiling

2004-07-27 Thread Nitschke Michael
It seams you are new to Java too. The error messages say that the compiler could not find the jar file javax.jar, or servlet.jar depends on your java version. The package statement at the first line is necessary to group java classes in domains that have the same functionality or fit tematiclly

RE: Java Class is not compiling

2004-07-27 Thread Aris Javier
You should download j2sdkee version or the enterprise version of java.. =) -Original Message- From: Nitschke Michael [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 27, 2004 3:30 PM To: Tomcat Users List Subject: RE: Java Class is not compiling It seams you are new to Java too

Re: Java Class is not compiling

2004-07-27 Thread Schalk Neethling
To: Tomcat Users List Subject: RE: Java Class is not compiling It seams you are new to Java too. The error messages say that the compiler could not find the jar file javax.jar, or servlet.jar depends on your java version. The package statement at the first line is necessary to group java classes

RE: Java Class is not compiling

2004-07-27 Thread Caldarale, Charles R
From: Schalk Neethling [mailto:[EMAIL PROTECTED] Subject: Re: Java Class is not compiling Download J2EE from the following URL: http://java.sun.com/j2ee/1.4/download.html#sdk Aris Javier wrote: You should download j2sdkee version or the enterprise version of java.. Actually, that's

RE: Java Class is not compiling

2004-07-27 Thread Shapira, Yoav
is not compiling From: Schalk Neethling [mailto:[EMAIL PROTECTED] Subject: Re: Java Class is not compiling Download J2EE from the following URL: http://java.sun.com/j2ee/1.4/download.html#sdk Aris Javier wrote: You should download j2sdkee version or the enterprise version of java.. Actually