IllegalArgumentException at org.springframework.asm.ClassReader when initializing Spring context

后端 未结 3 536
误落风尘
误落风尘 2021-01-05 04:55

Can anyone please guide me with the possible reason for the below mentioned error, being encountered while trying to execute the java spring program. The error is as follows

相关标签:
3条回答
  • 2021-01-05 05:03

    The probable answer to the original question shall be that switching to JRE7 from JRE8 might help. As in my case the error message Changed. So this shall be considered as an option while using Spring 3.1.0. It helped me.

    0 讨论(0)
  • 2021-01-05 05:14

    To be exact, if you not using Maven (like me), I just update the:

    spring-core-x.x.x.RELEASE.jar
    

    to Version 4, then it solves my problem. The rest of other spring Jars, I leave it the same.

    0 讨论(0)
  • 2021-01-05 05:22

    If you are using JRE 8 then change your spring version to 4. It will work perfectly..

    0 讨论(0)
提交回复
热议问题