Every project using JBoss AOP needs several JAR files. You defined a classpath variable in Eclipse_Classpath_Variable_for_JBoss_AOP. We now need to use that classpath variable:
Select your project, right-click and select Properties (Alt-Enter on PC)
Select Java Build Path
Select the Libraries tab
Click on Add Variable
Select the variable you created (called JBOSS_AOP_LIB)
Click Extend
Select all JAR files listed (Ctrl-A on PC)
Click OK
Click OK
You’ll need to do this for each project you create. If you don’t you’ll see a long stack trace that resembles the following:
Comments