maven 3 - java.lang.ClassFormatError: JVMCFRE074 no Code attribute specified; class=javax/servlet/http/HttpServlet, method=<init>()V, pc=0? -


I'm getting this error while starting the server? 'Java.lang.ClassFormatError: JVMCFRE074 No code attribute specified; Class = javax / servlet / http / httpServlet, method = () v, pc = 0 '

Can anyone help me solve it?

Dependance from JavaBi API:

  & lt ; Plugin & gt; & Lt; Group & gt; Org.apache.maven.plugins & lt; / Group & gt; & Lt; ArtifactId & gt; Maven- Perfect-plugin & lt; / ArtifactId> & Lt; Configuration & gt; & Lt; Classpath dependencyExcludes & gt; & Lt; ClasspathDependencyExclude & gt; Javax: javaee-api & lt; / ClasspathDependencyExclude & gt; & Lt; / ClasspathDependencyExcludes & gt; & Lt; / Configuration & gt; & Lt; / Plugin & gt;  

Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -