It seems I have corrected the previous error but now have an error message that says:
"BasicServlet.java": Error #: 302 : cannot access class javax.servlet.GenericServlet; java.io.IOException: class not found: class javax.servlet.GenericServlet at line 4, column 22 Thanks Joseph Hi I'm a Java student starting to learn about Tomcat and Servlets, and i am trying to run the Servlets using JBuilder 8 Personal. I loaded a basicServlets package that contains one class called BasicServlet. When I tried to compile the class the error message said: "BasicServlet.java": Error #: 901 : package basicServlets stated in source C:\Documents and Settings\Gateway User\jbproject\basicServlets\src\basicservlets\BasicServlet.java does not match directory basicServlets at line 1, column 9 Your advice is appreciated Joseph