java.lang.ClassNotFoundException: javax.faces.webapp.FacesServlet

前端 未结 9 1312
温柔的废话
温柔的废话 2021-02-05 19:14

I am getting this error, when executing JSF and PrimeFaces.

I have included these jars,

  • jsf-api-2.0.3.jar,
  • jsf-impl-2.0.3.jar ,
  • jstl-1.0.
9条回答
  •  醉梦人生
    2021-02-05 19:53

    Right click on project properties and follow below steps

    "Project Properties" --> "Deployment Assembly", adding "Java Build Path Entries" -> "Maven Dependencies" solves the problem!

提交回复
热议问题