Hi:
I get the following error when I try to refresh myEclipse 5.1 project.
Severity and Description Path Resource Location Creation Time Id
The project was not built since its build path is incomplete. Cannot find the class file for javax.servlet.http.HttpServlet. Fix the build path then try building this project TMS376 Unknown 1168667567984 126181
The type javax.servlet.http.HttpServlet cannot be resolved. It is indirectly referenced from required .class files TMS376/TMS_components_ui_components_common/com/loyalty/tms/ui/common/struts/framework TmsActionServlet.java line 9 1168667567968 126180
public class TestActionServlet extends ActionServlet
{
}
It seem not to like the ActionServlet. But I have the struts.jar file.
Is there possible that some other jar files would have a conflict with the struts.jar. If it is what could it be?
Yours,
Curious