The javax.faces.FactoryFinder class is typically found in the jsf-api.jar or a combined javax.faces.jar . Depending on your project setup, you can obtain it through several official channels:
: You can download full distribution bundles from major implementation sites: Mojarra (Oracle/GlassFish) : Available via Maven Central . javax.faces.factoryfinder jar download
If you are using a build tool, do not download the JAR manually. Instead, add the following to your configuration files: The javax
javax.faces javax.faces-api 2.3 provided Use code with caution. javax.faces.factoryfinder jar download
Service registration files in META-INF/services/ of JARs on the classpath. Troubleshooting Common Errors
The javax.faces.FactoryFinder class is typically found in the jsf-api.jar or a combined javax.faces.jar . Depending on your project setup, you can obtain it through several official channels:
: You can download full distribution bundles from major implementation sites: Mojarra (Oracle/GlassFish) : Available via Maven Central .
If you are using a build tool, do not download the JAR manually. Instead, add the following to your configuration files:
javax.faces javax.faces-api 2.3 provided Use code with caution.
Service registration files in META-INF/services/ of JARs on the classpath. Troubleshooting Common Errors