I install jdk 1.5.0_06, myEclipse 5.5.1 GA and Tomcat 5.5.23 and I have this problem:
1 – I create a new web project with java specification java EE 5.0;
2 – I add JSF capabilities and on package explorer i can see two library: java EE 5 library and jre system library;
3 – I create two jsp that using jsf and configure the relative managedbean, navigation case etc…
4 – I deploy the application on tomcat and start the server
the result is that I receive this error:
java.lang.ClassNotFoundException: javax.faces.webapp.FacesServlet
the WEB-INF\lib directory of installed application is empty.
can you help me