Hi all, this is my first post since I am new at Spring and all, first of all I apologizes if this has being post already I try to look for it but didn't find the solution, however I found a similar problem in this post:
https://coderanch.com/t/453277/Spring/Application-Frameworks/Hello-World-with-AOP#2018936
Allow me to explain my situation, I am trying to implement a simple AOP aspect into my main Class, my program consist in two classes:
1)
2)
When I try to run this program I get the following error:
I have mark in red the line that is causing problem in the compiler, when I look up the error It said that it was a CLASSPATH error but don't know how to fix it.
If anyone has a solution or comment please you are more than welcome, and if more information is needed please ask away
Thanks in advance
Eddie