Hi Bob: Cynthai is right. For example if u r using tomcat then u got to store all ur class files in this following directory C:\Tomcat\webapps\ROOT\WEB-INF\classes Considering u have stored tomact ins tomact directory. If u have a package PROJECT and the servlet name is MyServlet Then u have to store u MyServlet class in this following directory like this C:\Tomcat\webapps\ROOT\WEB-INF\classes\project\MyServelt.class I guess u r using Tomcat anyway let me know if u any problem i will try my best to help u Siva