Page 1 of 1

classes won't compile within servlet classes

Posted: Sat Nov 23, 2002 5:31 pm
by Michelle D
Hello everyone,

I just recently configured textpad to compile servlets (tomcat), thanks to the help of one of the responses on this forum, and they compile fine. The only problem is when I declare items within the servlet class from other classes that I have created. The compiler says "Cannot resolve symbol." The classes that I am referring to are in the same package as the servlet. When I refer to another class in non-servlet classes, they file compiles just fine. Can anyone tell me what's wrong?

Thanks in advance