在Eclipse中使用Errai应用程序时,我收到以下错误。
[WARN] failed com.google.gwt.dev.shell.jetty.JettyLauncher$WebAppContextWithReload@1575d48{/,/home/matthew/git/PressGangCCMSUI/src/main/webapp}: java.lang.ClassFormatError: Absent Code attribute in method that is not native or abstract in class file javax/faces/context/FacesContext
[WARN] failed RequestLogHandler@ad4bb0: java.lang.ClassFormatError: Absent Code attribute in method that is not native or abstract in class file javax/faces/context/FacesContext
[WARN] Error starting handlers
java.lang.ClassFormatError: Absent Code attribute in method that is not native or abstract in class file javax/faces/context/FacesContext
有谁知道如何解决这个问题?
答案 0 :(得分:0)
事实证明问题是因为Eclipse使用本地Maven项目作为依赖项而不是本地repo缓存中的JAR文件。一旦我关闭了我的Errai应用程序所依赖的项目,Eclipse就会恢复使用本地repo缓存中的JAR,我可以再次启动调试器。