I have installed AspectJ 1.1 as per instructions from John Zoetebier which match the installation instructions. All goes well until I try to compile the first example in AspectJ In Action.
I get the error:
E:\AspectJ\HelloWorld\MannersAspect.java:1-1:0: This compilation
unit indirectly references the missing type java.lang.Object (typically some required class file is referencing a type outside the classpath)
I am running NB 3.5 JDK 1.4.2. Regular, non AOP compiles work fine.
Any ideas?
Thanks,
David