• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

nested exception is java.lang.NoClassDefFoundError: org/aopalliance/aop/Advice

 
Ranch Hand
Posts: 33
Eclipse IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I had posted this problem in full detail at StackOverflow.com here http://stackoverflow.com/questions/26540782/spring-nested-exception-is-java-lang-noclassdeffounderror-org-aopalliance-aop and here at coderanch itself https://coderanch.com/t/561715/Spring/configiring-Spring-aspects. Somebody please help.

I am not using Maven.

Please let me know if I need to paste the problem here too. Also, if anyone has managed to run Spring In Action's AOP example from chapter 1, without using Maven, it will be sufficient help for me.

Thanks,
Mohit
 
Bartender
Posts: 1682
7
Android Mac OS X IntelliJ IDE Spring Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Mohit,

It is always better to post new questions in a new topic. That is most likely why your last post was not noticed. I think the answers I see on SO address your issue though. Be sure to add the dependencies specified there.
 
Mohit J Kumar
Ranch Hand
Posts: 33
Eclipse IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey Bill,
Thanks for the reply.

I tried the recommendations there but I am still not able to run the code. In case you have done something similar, please guide.

Thanks,
Mohit
reply
    Bookmark Topic Watch Topic
  • New Topic