java.lang.NoClassDefFoundError: org/springframework/transaction/interceptor/TransactionInterceptor

java.lang.NoClassDefFoundError: org/springframework/transaction/interceptor/TransactionInterceptor

Hi,

In my Spring Framework project we are getting following error:

java.lang.NoClassDefFoundError: org/springframework/transaction/interceptor/TransactionInterceptor

I have the required files but its not working.

How to resolve this error?

Thanks

View Answers

April 25, 2017 at 12:28 AM

Hi,

You should try to include following jar files:

  • spring-aop*.jar and

  • spring-beans*.jar

Thanks









Related Tutorials/Questions & Answers:

Ads