I am trying to find step by step instructions on compiling with ajc when there is no source code for the target of instrumentation, but just classes. What I have is: my aspect (.java file), and a class file I want to instrument. What should I put in lst file in this case? Do I need it at all? What options of ajc do I use? I know that aspectj doesn't touch source, and instruments binary, but I haven't been able to find a way not to reference the target source file and successfully compile with ajc. If anyone can give me a sample line on how to do it, I would greatly appreciate it! Vicki