i have a servlet who needs to call a diferent class.
The problem is when i compile the servlet, he doesn't recognize the packages import javax.servlet.* and javax.servlet.http.*
How can i call a class
(in this case public class NameClass implements Printable) within a servlet
Thanks
The problem is when i compile the servlet, he doesn't recognize the packages import javax.servlet.* and javax.servlet.http.*
How can i call a class
(in this case public class NameClass implements Printable) within a servlet
Thanks