AspectJ Setup and Usage at CCS
 
/proj/demsys/demjava/packages/aspectj1.1.0/bin
 to your PATH environment 
variable .software file. 
    /proj/demsys/demjava/packages/aspectj1.1.0/bin
    
     .software  file then you have 
       to append the above directory to your PATH variable in your shell's
       initialization file.
     
     /proj/demsys/demjava/packages/aspectj1.1.0/lib/aspectjrt.jar
 to your
    CLASSPATH environment variable.
     /proj/demsys/demjava/packages/aspectj1.1.0/lib/aspectjrt.jar
     
       to your CLASSPATH variable in your shell's
       initialization file (or the .software file).
    
 ajc -version 
To compile a bunch of Java files use
ajc *.java
For information on compiler options as well as AspectJ in general visit The AspectJ Web Page
To learn about the .software file, use "man software".