eclipse/java server faces- how to configure a facets project for jsf 2.1

15,476

This is my solution:

Download Library with Eclipse

*Eclipse Juno

Share:
15,476

Related videos on Youtube

Arvind
Author by

Arvind

Updated on June 04, 2022

Comments

  • Arvind
    Arvind almost 2 years

    I am trying to create a JSF 2.1 Project in Eclipse Java EE IDE.

    In one screen, Eclipse asks for JSF Implementation Libary- here I have defined JSF 2.1.10 as a JSF Implementation Library- with the JAR files

    jsf-api-2.1.10.jar 
    

    and

    jsf-impl-2.1.10.jar.
    

    However after adding the above implementation library, I get the following error message in the same screen of Eclipse IDE--

     Required class javax.faces.FactoryFinder does not exist in selected libraries.
    

    I even added Apache MyFaces Core 2.1.8 and Mojarra 2.1.10, but the above error message refuses to go away... What am I missing here?

    How do I configure and set up a JSF 2.1 project correctly in Eclipse Java EE IDE?

    Thanks...