SGWT: 5.0p
GWT: 2.7.0
Java: 1.6
Since we upgraded our project to these versions of SGWT and GWT from SGWT 4.1p and GWT 2.6.1, we have gotten this exception.
I have the asm-3.1.jar and asm-attrs.jar that were supplied with the SGWT 5.0p distribution.
java.lang.IncompatibleClassChangeError: class com.google.gwt.dev.javac.asm.CollectMethodData has interface org.objectweb.asm.MethodVisitor as super class
Thanks,
Richard
ps: these are our inherits:
  <inherits name='com.google.gwt.user.User'/>
  <inherits name="com.smartgwtee.SmartGwtEENoTheme"/> <!--  this overrides the SmartGwtPowerNoTheme as of 4.1p -->
  <inherits name="com.smartgwtpower.tools.Tools"/> 
  <inherits name="com.smartgwt.tools.SmartGwtTools"/>
  <inherits name="com.smartclient.theme.graphite.Graphite"/>
GWT: 2.7.0
Java: 1.6
Since we upgraded our project to these versions of SGWT and GWT from SGWT 4.1p and GWT 2.6.1, we have gotten this exception.
I have the asm-3.1.jar and asm-attrs.jar that were supplied with the SGWT 5.0p distribution.
java.lang.IncompatibleClassChangeError: class com.google.gwt.dev.javac.asm.CollectMethodData has interface org.objectweb.asm.MethodVisitor as super class
Thanks,
Richard
ps: these are our inherits:
  <inherits name='com.google.gwt.user.User'/>
  <inherits name="com.smartgwtee.SmartGwtEENoTheme"/> <!--  this overrides the SmartGwtPowerNoTheme as of 4.1p -->
  <inherits name="com.smartgwtpower.tools.Tools"/> 
  <inherits name="com.smartgwt.tools.SmartGwtTools"/>
  <inherits name="com.smartclient.theme.graphite.Graphite"/>
Comment