could not find Factory: javax.faces.context.FacesContextFactory

后端 未结 3 1585
温柔的废话
温柔的废话 2020-11-29 04:41

I notice that when trying to setup my JSF 2 webapp running on jetty, i have this error :

java.lang.IllegalStateException: Application was not properly

3条回答
  •  一整个雨季
    2020-11-29 05:29

    I had this issue on my project, in that included two jar file to lib folder now my problem salved.Thank You

    com.sun.faces:jsf-api:2.2.9 com.sun.faces:jsf-impl:2.2.9

提交回复
热议问题