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

前端 未结 9 1344
温柔的废话
温柔的废话 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条回答
  •  梦毁少年i
    2021-02-05 19:34

    Apparently, you're not missing anything else. Just try to do the following:

    1. Ensure that the necessary jars exist in the "lib" project folder;
    2. Do clean & build;

    In the end, you should find those included jars, available within the "build" project folder.

提交回复
热议问题