Compile Servlets

2002-04-22 Thread Kumar P Dhanyamraju
Hello All,Thanks for your feedback. I was able to compile the servlet finally after changing the classpath using set CLASSPATH to the servlet.jar and including the path of servlet.jar where I was compiling.Thanks all once again.I shall post messages if I run into other problems.Aruna 

Re: Compile Servlets

2002-04-22 Thread Chen, Gin
should read the API documentation first. -Tim -Original Message-From: Kumar P Dhanyamraju [mailto:[EMAIL PROTECTED]]Sent: Monday, April 22, 2002 3:03 PMTo: [EMAIL PROTECTED]Subject: Re: Compile Servlets As I mentioned I have included the .jar in the classpath. Look at my message

Compile Servlets -- From Srinivas

2002-04-22 Thread sbattul
Hi, http://java.sun.com/products/servlet/2.1/ The above URL contains Servlet interface classes at the bottom of the page. Hope this helps but this too contains nothing other than the servlet.jar I have downloaded and extracted to c:\jdk1.3\bin. Also see that u dont have subdirectori

Re: Compile Servlets -- From Srinivas

2002-04-22 Thread Erik Lorimor
Mon, 22 Apr 2002 12:10:27 -0700 > From: "Tonia M. Andrus" <[EMAIL PROTECTED]> > Subject: Re: Compile Servlets -- From Srinivas > To: [EMAIL PROTECTED] > > Maybe you should visit java.sun.com and look for the Servlet section of > the J2EE tutorial . . . > &g

Re: Compile Servlets

2002-04-22 Thread Nath, Vinay (CORP, GEITC)
PROTECTED]Subject: Re: Compile Servlets As I mentioned I have included the .jar in the classpath. Look at my message below. Aruna - Original Message - From: Chen, Gin To: [EMAIL PROTECTED] Sent: Monday, April 22, 2002 1:43 PM Subject: R

Re: Compile Servlets -- From Srinivas

2002-04-22 Thread Tonia M. Andrus
Maybe you should visit java.sun.com and look for the Servlet section of the J2EE tutorial . . . Which brings me back to the original question what OS and where's the code. ~Tonia Kumar P Dhanyamraju wrote: > Hello, > > Thanks for your input. Is there another program I need to co

Re: Compile Servlets -- From Srinivas

2002-04-22 Thread Kumar P Dhanyamraju
Hello, Thanks for your input. Is there another program I need to compile servlets (OH.. No not another one!!!) . If there is will you please give the URL. Thanks, Aruna - Original Message - From: sbattul <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 22,

Re: Compile Servlets

2002-04-22 Thread Kumar P Dhanyamraju
As I mentioned I have included the .jar in the classpath. Look at my message below. Aruna - Original Message - From: Chen, Gin To: [EMAIL PROTECTED] Sent: Monday, April 22, 2002 1:43 PM Subject: Re: Compile Servlets Make sure you have servlet.jar in your

Re: Compile Servlets

2002-04-22 Thread Tonia M. Andrus
in the classpath it does not seem to work. > > > > Aruna > > > > - Original Message - > > From: Branden Root <mailto:[EMAIL PROTECTED]> > > To: [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > > Sent: Monday, April 22, 20

Re: Compile Servlets -- From Srinivas

2002-04-22 Thread Kumar P Dhanyamraju
Yes, Somewhat similar. Aruna - Original Message - From: sbattul <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 22, 2002 1:55 PM Subject: Re: Compile Servlets -- From Srinivas > Hi, > > I too got the same problem when I first compile

Re: Compile Servlets -- From Srinivas

2002-04-22 Thread sbattul
Hi, I too got the same problem when I first compiled servlets but I have downloaded ServletAPI from sun and included servlet.jar in my class path rather than using servlet.jar in TOMCAT.Maybe there's something wrong in ur classpath.I suggest u to check twice the class path. Are u

Re: Compile Servlets

2002-04-22 Thread Prabhu, Deepak
m: Kumar P Dhanyamraju [mailto:[EMAIL PROTECTED]]Sent: Monday, April 22, 2002 2:34 PMTo: [EMAIL PROTECTED]Subject: Re: Compile Servlets   Hello Adams,   I have been getting errors when trying to compile a servlet in jdk1.3.0_02. Cannot resolve symbol HTTPServlet, HTTPServ

Re: Compile Servlets

2002-04-22 Thread Kumar P Dhanyamraju
I have included the c:\tomcat\lib\common\servlet.jar along with the jdk\tools.jar in the classpath it does not seem to work.   Aruna   - Original Message - From: Branden Root To: [EMAIL PROTECTED] Sent: Monday, April 22, 2002 1:40 PM Subject: Re: Compile Servlets

Re: Compile Servlets

2002-04-22 Thread Chen, Gin
[mailto:[EMAIL PROTECTED]]Sent: Monday, April 22, 2002 2:34 PMTo: [EMAIL PROTECTED]Subject: Re: Compile Servlets   Hello Adams,   I have been getting errors when trying to compile a servlet in jdk1.3.0_02. Cannot resolve symbol HTTPServlet, HTTPServletRequest, HTTPServletResponse

Re: Compile Servlets

2002-04-22 Thread Branden Root
mar P DhanyamrajuSent: Monday, April 22, 2002 11:34 AMTo: [EMAIL PROTECTED]Subject: Re: Compile Servlets   Hello Adams,   I have been getting errors when trying to compile a servlet in jdk1.3.0_02. Cannot resolve symbol HTTPServlet, HTTPServletRequest, HTTPServletResponse, HTTPServletExce

Re: Compile Servlets

2002-04-22 Thread Lindsay, William (USPC.PCT.Hopewell)
TOMCAT comes with "servlet.jar", add it's location to your compiles CLASSPATH -Original Message-From: Kumar P Dhanyamraju [mailto:[EMAIL PROTECTED]]Sent: Monday, April 22, 2002 2:34 PMTo: [EMAIL PROTECTED]Subject: Re: Compile Servlets   Hello Adams,

Re: Compile Servlets

2002-04-22 Thread Adams, Dick W
]Sent: Monday, April 22, 2002 1:34 PMTo: [EMAIL PROTECTED]Subject: Re: Compile Servlets   Hello Adams,   I have been getting errors when trying to compile a servlet in jdk1.3.0_02. Cannot resolve symbol HTTPServlet, HTTPServletRequest, HTTPServletResponse, HTTPServletException. I

Re: Compile Servlets

2002-04-22 Thread Kumar P Dhanyamraju
- Original Message - From: Adams, Dick W To: [EMAIL PROTECTED] Sent: Monday, April 22, 2002 1:11 PM Subject: Re: Compile Servlets Servlets compile just like any other Java program.  Am I misunderstanding the question? -Original Message-From: Kumar P

Re: Compile Servlets

2002-04-22 Thread Adams, Dick W
Servlets compile just like any other Java program.  Am I misunderstanding the question? -Original Message-From: Kumar P Dhanyamraju [mailto:[EMAIL PROTECTED]]Sent: Monday, April 22, 2002 12:38 PMTo: [EMAIL PROTECTED]Subject: Compile Servlets Hello All,   I have a small

Compile Servlets

2002-04-22 Thread Kumar P Dhanyamraju
Hello All,   I have a small question. How do we compile Servlets or JSP to .class files? I have Tomcat 4.0 server downloaded and already have jdk1.3.0_02 installed. Do I need to download anything more to compile a servlet.   Look forward to hearing from you.   Thanks, Aruna

Re: compile servlets

2000-09-07 Thread Vijay Deshpande
gt; To: [EMAIL PROTECTED] cc:(bcc: Vijay Deshpande/HAZIRA/RIL) Subject: Re: compile servlets If you've set the classpath It's strange why you can't compile. But if you are compiling in Win95, you must restart your PC, or if you are in Unix, you must relogin and then it would wor

Re: compile servlets

2000-09-07 Thread Alarcon Fabio
If you've set the classpath It's strange why you can't compile. But if you are compiling in Win95, you must restart your PC, or if you are in Unix, you must relogin and then it would work fine. But if you don't want to do it, so you can do the following: For Win95 (suppose that JSDK2.0 is install

»Ø¸´: compile servlets

2000-09-07 Thread yang shaofang
lt;[EMAIL PROTECTED]> ÈÕÆÚ: 2000Äê9ÔÂ7ÈÕ 16:43 Ö÷Ìâ: compile servlets >Hi everybody. > >I succesfully installed JServ and JSDK2.0. >I set the classpath to JSDK2.0/lib/jsdk.jar. > >But when I try to compile a servlet I receive >this messsage: > >- > >EchoReq

Re: compile servlets

2000-09-07 Thread BERWART Thierry
] Subject: compile servlets Hi everybody. I succesfully installed JServ and JSDK2.0. I set the classpath to JSDK2.0/lib/jsdk.jar. But when I try to compile a servlet I receive this messsage: - EchoRequestServlet.java:3: Package javax.servlet not found in import. import javax.servlet

compile servlets

2000-09-07 Thread Heiko Hotz
Hi everybody. I succesfully installed JServ and JSDK2.0. I set the classpath to JSDK2.0/lib/jsdk.jar. But when I try to compile a servlet I receive this messsage: - EchoRequestServlet.java:3: Package javax.servlet not found in import. import javax.servlet.*; ^ EchoRequestServlet.jav

Re: I can4t compile servlets: please help

2000-06-12 Thread sreenu pallepati
Hi, Not Quiet so !. Not every thing what Veena said is exaclty correct. Now the servlet classes are no longer referred as jsdk2.0 , now they are referred as jwsdk2.0 ( java web server development kit ) . Infact now jsdk is used to refer java standard development kit ( which used to be jdk).

Re: I can4t compile servlets: please help

2000-06-12 Thread veena T
Hi, Your problem can easily be solved. Just download JSDK2.0 from sun site. When you unzip the zip file that is downloaded, in side the installed directory you have a lib folder. There is a file called jsdk.jar inside this lib. Please make this jar file available on the CLASSPATH of your systse

Re: I can╢t compile servlets: please help

2000-05-31 Thread Simon Fugler
Francisco Castillo wrote: > I´m novice with servlets and I'm trying to compile a servlet in my Windows > PC who have got jdk1.2 installed. > > > javac miservlet.java > > but java cant find the servlets classes, I have download a servlet.jar file > but i dont know what to do with it. > > Please he

RE: I can´t compile servlets: please help

2000-05-31 Thread Mc Govern Ezequiel
bien en mi máquina). Saludos. > -Mensaje original- > De: Francisco Castillo [SMTP:[EMAIL PROTECTED]] > Enviado el: miércoles 31 de mayo de 2000 10:34 > Para: [EMAIL PROTECTED] > Asunto: I can´t compile servlets: please help > > I´m novice with servlets and I&

Re: I can t compile servlets: please help

2000-05-31 Thread Brevsville Administrator
Hi Francisco.. Servlet.jar has to be in your classpath to to be visible to your java compiler. Or another way is to us this: javac -classpath c:\jsdk2.1\lib\servlet.jar SimpleServlet.java Assuming your servlet.jar is in that path. One point I would make, is that it is always good to c

I can´t compile servlets: please help

2000-05-31 Thread Francisco Castillo
I´m novice with servlets and I'm trying to compile a servlet in my Windows PC who have got jdk1.2 installed. > javac miservlet.java but java cant find the servlets classes, I have download a servlet.jar file but i dont know what to do with it. Please help me. Francisco ___

Re: Trying to compile Servlets on Windows 98.

2000-02-03 Thread Peet DENNY
Hi mark Hey, you're not by any chance related to Joseph Goebbels are you? Or have you just got a headache? As for your last comment, I thought this kind of attitude went out of fashion in the 80s, along with Charles Bronson. Why don't you take up skipping or something to alleviate the stress? Or

Re: Trying to compile Servlets on Windows 98.

2000-02-03 Thread Galbreath, Mark
l documentation that programmers can understand? And let me offer a caveat here: programmers do not write documentation; technical writers do. mark -Original Message- From: Saifi ,Khan (CTS) To: [EMAIL PROTECTED] Sent: 2/2/00 1:07 PM Subject: Re: Trying to compile Servlets on Windows 98. H

Re: Trying to compile Servlets on Windows 98.

2000-02-02 Thread Saifi ,Khan (CTS)
Title: RE: Trying to compile Servlets on Windows 98. Hi: You could put the servlet.jar in the class path as well. That should solve the problem. Thanks Saifi.   -Original Message- From: Praveen Vootkuri [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 02, 2000 8:39 PM To: [EMAIL

Re: Trying to compile Servlets on Windows 98.

2000-02-02 Thread Yvan douenel
ry of your > jsdk > - add to your ClassPath the 'source' directory of > your jsdk > > I did it, it worked, I have no idea who and what! > Nick. > - Original Message - > From: Praveen Vootkuri <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>

Re: Trying to compile Servlets on Windows 98.

2000-02-02 Thread Nick Sotiropoulos
een Vootkuri <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 02, 2000 3:08 PM Subject: Trying to compile Servlets on Windows 98. Hi, I downloaded jsdk2.0. I started running Servletrunner. IT was successful.When I tried to compile Simpleservlet.java which is

Trying to compile Servlets on Windows 98.

2000-02-02 Thread Praveen Vootkuri
Hi, I downloaded jsdk2.0. I started  running Servletrunner. IT was successful.When I tried to compile Simpleservlet.java which is in C:\jsdk2.0\examples folder I am getting the folling errors. I tried with many other servers from vendors.   C:\JSDK2.0\examples>javac SimpleServlet.javaS

Re: Can't compile Servlets! :-(

1999-11-15 Thread Fernando Cuezva
Raffiudeen Illahideen wrote: > Hello All; >I have downloaded the jswdk1.0 today, and I was testing some existed java > files, named Cookie.java. I have downloaded the jswdk in the following > directory in my hard drive > > C:\unzipped\jswdk1_0-win\jswdk-1.0\src\javax\servlet > ==the Cookie.j

Re: Can't compile Servlets! :-(

1999-11-14 Thread Andrew Maxbeard
ahideen <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, November 13, 1999 2:00 PM Subject: Can't compile Servlets! :-( > Hello All; >I have downloaded the jswdk1.0 today, and I was testing some existed java > files, named Cookie.java. I have downloaded the

Re: [Can't compile Servlets! :-(]

1999-11-13 Thread Pankaj
Hello, Is Cookie.java an application/applet/servlet..? If it is Application(has method "main" in it) then your command should be c:\...\ ...>java Cookie not java Cookie.java if it is applet use Appletviever and if it is servlet, use servletrnner Hope it helps, Pankaj Raffiudeen Illahideen <[E

Can't compile Servlets! :-(

1999-11-13 Thread Raffiudeen Illahideen
Hello All; I have downloaded the jswdk1.0 today, and I was testing some existed java files, named Cookie.java. I have downloaded the jswdk in the following directory in my hard drive C:\unzipped\jswdk1_0-win\jswdk-1.0\src\javax\servlet ==the Cookie.java is in the http folder which is under the

Re: How can I compile Servlets in Jawa Web Server2.0?

1999-11-07 Thread Ernie V
and also move > jsdk.jar file into jdk1.2 directory. Moreover u should > compile yr servlet .java files in > javawebserver2.0/servlets directory. Try now and let > me know. If u didnt compile servlets...I will give u > the total classpath. > > Nag > > --- Raffiudeen Illa

Re: How can I compile Servlets in Jawa Web Server2.0?

1999-11-06 Thread Xijun Wang
11 AM Subject: Re: How can I compile Servlets in Jawa Web Server2.0? > hi, > > first of all u have to set the classpath and also move > jsdk.jar file into jdk1.2 directory. Moreover u should > compile yr servlet .java files in > javawebserver2.0/servlets directory. Try now an

Re: same how to set up paths to compile servlets

1999-10-05 Thread jiju ka
lt;[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: same how to set up paths to compile servlets >Date: Mon, 4 Oct 1999 05:07:48 GMT > >Just set the CLASSPATH env. variable to the path of servlet.jar >if ur servlet.jar file is in c:\jsdk dir then set >CLASSPATH=c:\jsdk

Re: same how to set up paths to compile servlets

1999-10-03 Thread Deepak Patil
st for discussion about Sun Microsystem's Java >Servlet API Technology." <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: same how to set up paths to compile servlets >Date: Mon, 4 Oct 1999 09:51:12 +0530 > >hi hugh/anupam, > >ur error is an

Re: same how to set up paths to compile servlets

1999-10-03 Thread Sonal Patni (CTS)
Title: RE: same how to set up paths to compile servlets hi hugh/anupam, ur error is an obvious one...Servlet classes does not come in jdk1.2 U have to download jsdk kit and put their jar files in ur class path... Try it out,,possibly ur problem will be solved -Original

Re: same how to set up paths to compile servlets

1999-10-03 Thread Prem kumar K.P.
-- =_NextPart_001_01BF0E1D.E4728130 Content-Type: text/plain Is it comes with jsdk or not. -Original Message- From: Wennie Wu [mailto:[EMAIL PROTECTED]] Sent: Monday, October 04, 1999 8:41 AM To: [EMAIL PROTECTED] Subject: Re: same how to set up paths to compile servlets How

Re: same how to set up paths to compile servlets

1999-10-03 Thread Wennie Wu
How about set path as jdk1.2.2\bin; ? Wennie >From: anupam <[EMAIL PROTECTED]> >Reply-To: "A mailing list for discussion about Sun Microsystem's Java >Servlet API Technology." <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: same how

Re: same how to set up paths to compile servlets

1999-10-02 Thread Alok Daipuria
ursday, September 30, 1999 7:56 PM > Subject: how to set up paths to compile servlets > > > > keep getting 3 errors > > > > Package javax.servlet not found in import. > > Superclass HttpServlet of class SnoopServlet not found > > > > > > In my class

same how to set up paths to compile servlets

1999-10-02 Thread anupam
up paths to compile servlets > keep getting 3 errors > > Package javax.servlet not found in import. > Superclass HttpServlet of class SnoopServlet not found > > > In my class path I have jdk1.2.2/lib/tools.jar. > I then run the startserver executable from the jswdk1.0 which set

Re: how to set up paths to compile servlets

1999-09-30 Thread chundao che
find out where servlet.jar is on your server and add it to CLASSPATH >From: Hugh Faux <[EMAIL PROTECTED]> >Reply-To: "A mailing list for discussion about Sun Microsystem's Java >Servlet API Technology." <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] &

how to set up paths to compile servlets

1999-09-30 Thread Hugh Faux
keep getting 3 errors Package javax.servlet not found in import. Superclass HttpServlet of class SnoopServlet not found In my class path I have jdk1.2.2/lib/tools.jar. I then run the startserver executable from the jswdk1.0 which sets up the other class paramets. I still get these errors, would

How to Compile Servlets?

1999-04-26 Thread Gaurav Kishore
Hi! I am new to this list and have a very basic question. Kindly bear with me. How do I compile a servlet? I have JSDK 2.1 and JDK 1.2. I intend to run the servlets on JWS on Win 95. Do I need to make any changes to the CLASSPATH, if yes, then what are those changes. Any help is appreciated. Th

Re: How can I compile Servlets in Jawa Web Server2.0?

1999-01-04 Thread Nagi Reddy Vuyyuru
hi, first of all u have to set the classpath and also move jsdk.jar file into jdk1.2 directory. Moreover u should compile yr servlet .java files in javawebserver2.0/servlets directory. Try now and let me know. If u didnt compile servlets...I will give u the total classpath. Nag --- Raffiudeen

How can I compile Servlets in Jawa Web Server2.0?

1999-01-04 Thread Raffiudeen Illahideen
How can I compile Servlets in Jawa Web Server2.0? I am getting an error message that javax.servlet.*; is not in not a class or interface and this goes to javax.Http.*; too. Please help Thanks [EMAIL PROTECTED] __ Get Your Private, Free Email