Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Instrumenting System Classes from aspectj

Andrew Eisenberg wrote:
Have you placed rt.jar (windows) or classes.jar (mac) on your in path?
 Classes on the in path are fed to the weaver and rewoven with all
aspects in the project.  This should work.

..and then don't forget to add the woven classes to the bootclasspath, because otherwise they will not be used.

Holger



Back to the top