Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Servlet API

843841May 12 2003 — edited May 12 2003
Hi,
I am trying to build servlets and using tomcat server.I need to have these 3 things installed:
The Tomcat Server and JSP engine
The Ant build tool
The Servlet API files from Jakarta

I downloaded the tomcat server and it is working fine for any JSP or servlets.I also have installed ant.But I am not able to understand what do I need to install for "The Servlet API files from Jakarta".
Can anyone send the link which I need to install on my machine.Everything is working fine in my environment and the database connections are also working fine.
But the moment I say "import javax.servlet.*" or any import stmt using javax ,it fails.
I need to know from where do I install javax package and get the things working.
Thanks
Neelu Jain
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 9 2003
Added on May 12 2003
3 comments
153 views