Results 1 to 3 of 3

Thread: "... interface org.springframework.asm.ClassVisitor as super class"

  1. #1

    Question "... interface org.springframework.asm.ClassVisitor as super class"

    I run into the following error during the starting up

    Caused by: java.lang.IncompatibleClassChangeError: class org.springframework.core.type.classreading.ClassMe tadataReadingVisitor has interface org.springframework.asm.ClassVisitor as super class
    I use the latest version verion 3.2.1.

    How to solve this problem?
    [URL="http://vicina.info"] 新闻,社区新闻,分类广告

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,625

    Default

    Please use the search as this question has been answered before.

    Check your classpath and remove (and/or exclude) any spring-asm dependencies... asm is now packaged into the core jar. If you have other versions around those mess up the classpath.
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

  3. #3

    Default

    Quote Originally Posted by Marten Deinum View Post
    Please use the search as this question has been answered before.

    Check your classpath and remove (and/or exclude) any spring-asm dependencies... asm is now packaged into the core jar. If you have other versions around those mess up the classpath.
    Thanks Marten for your info. I did do an online search before posting my question. My search result indicated it was related with spring-asm. I remember that I have seen the package before and didn't know what happened to it.
    [URL="http://vicina.info"] 新闻,社区新闻,分类广告

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •