I am not sure if this is the right forum to send this message, but I have a problem with compiling my servlet. I am new to servlets and java and am running tomcat in conjunction with Template Toolkit. I have a servlet residing in: <install_dir>/webapps/projectVel/WEB-INF/classes/RHS/myServlet.java and <install_dir>/webapps/projectVel/WEB-INF/classes/RHS/myClass.java Both belong to RHS package, with "package RHS;" declared on top of both classes. I can compile myClass.java fine and without a hitch. But when I try to compile myServlet.java which uses myClass I get an error to the effect: SearchEngine.java:60: Class RHS.SearchSpec not found My class path includes "." and full path to RHS. Can some one tell me what I may be doing wrong? My apologies if this question does not belong here. Any help will be greatly appreciated... -r ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
