1 Reply Latest reply on Jun 13, 2011 10:37 AM by ilya_shaikovsky

    java.lang.ClassNotFoundException

    orkun

      hello

       

      In eclipse jboss project "simple application".

      I got this exception :

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

       

      how can I solve this problem?

       

      regards

        • 1. Re: java.lang.ClassNotFoundException
          ilya_shaikovsky

          for tomcat deployment I would say : add JSF libs to class path.

           

          but as you using Jboss I guess that you added JSF libs to your app and them conflicts with bundled ones. So disabled common Jboss libs(using WAR_BUNDLES_JSF_IMPL context-param) or remove your own from project.