RE: Why javac does not compile servlet?

2001-01-27 Thread Kevin Duffey
you are correct. That is what I do and it works fine with Ant. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of KirkYarina Sent: Friday, January 26, 2001 7:58 AM To: Orion-Interest Subject: RE: Why javac does not compile servlet? orion.jar

RE: Why javac does not compile servlet?

2001-01-27 Thread Roland Dong
Thanks you all! Problem solved! Roland

RE: Why javac does not compile servlet?

2001-01-27 Thread mangesh laad
as a master copy which I modified to suit to my requriments. From: "Kevin Duffey" [EMAIL PROTECTED] Reply-To: Orion-Interest [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Subject: RE: Why javac does not compile servlet? Date: Sat, 27 Jan 2001 09:16:31 -0800 you are correct. That is

Re: Why javac does not compile servlet?

2001-01-26 Thread faisal
It seems to me that servlet.jar is not available in your jdk jre try to copy servlet.jar to jdk\jre\lib\ext ..and try again I hope this help faisal - Original Message - From: Roland Dong To: Orion-Interest Sent: Friday, January 26, 2001 9:17 AM Subject: Why javac

RE: Why javac does not compile servlet?

2001-01-26 Thread Kemp Randy-W18971
If you do a search for package "javax.servlet.http does not exist", on a site like www.northernlight.com, you may get some clues that could help. I did this, just to see what would turn up, and here is a good, example site. One of the sites is

RE: Why javac does not compile servlet?

2001-01-26 Thread Thomas Pridham
You need to install the J2EE JDK 1.2.1 from the java.sun.com website. Since you are using javac to compile your classes, the j2ee.jar file needs to be in your classpath. here's the URL: http://java.sun.com/j2ee/download.html Hope this helps... Regards, Tom Pridham -Original

RE: Why javac does not compile servlet?

2001-01-26 Thread KirkYarina
orion.jar contains the javax.servlet classes, and (somebody correct me if I'm wrong) should be used instead of Sun's j2ee or jsdk. Add orion.jar to your classpath. You may want to look at the other jars included with orion if you're missing other classes, also. Kirk Yarina At 09:06 AM