If you have installed eclipse europa in your system then follow the steps: go to window->preferences and click. click "Web and XML"->"JavaServe Faces Tools"->"Libraries". click "New" button on the right side of the window. click "add" button. Now a window will appear. Go to the directory where all jar files related to the JSF are present(For example C:\apache-tomcat-5.5.23\webapps\myfaces\WEB-INF\lib) and select jar files used for JSF application. Now give any "library name" and click finish. Now you can call pages of the application.
View All Comments
| View Tutorial