Skip to Main Content

New to Java

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!

Importing Javax Servlet

807597Oct 20 2005 — edited Oct 22 2005
I am trying to set up a test server for my University project.

I am using Tomcat as this is what my University uses on Campus.

I have set it up ok, I am trying to run a test servet.

When I try to compile the java program using an IDE, it does not recognise the following imported

import javax.servlet.*;
import javax.servlet.http.*;

Do these classes exist as I could not find them on the API documentation?

Can anyone help a frustrated student?

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 19 2005
Added on Oct 20 2005
3 comments
147 views