java.lang.ClassFormatError: Absent Code attribute in method that is not native or abstract in class file javax/faces/webapp/FacesServlet

前端 未结 5 1754
说谎
说谎 2020-11-27 19:26

I want to use Mojarra 2.1 with Tomcat 7, so I added following dependencies in my pom file:


       com.sun.faces         


        
5条回答
  •  悲哀的现实
    2020-11-27 20:33

    This workaround fixed it for me: http://www.ninthavenue.com.au/java-lang-classformaterror-exception-with-eclipselink-static-weaving-solved

提交回复
热议问题