| Re: [aspectj-users] Weaving classes in rt.jar |
I should have said that weaving the bytecode is not allowed either, since it again implies prepending a modified version of the whole rt.jar (around 50MB) to the boot classpath.As far as I know, prepending the bootclasspath is the only solution to this problem. You don't necessarily have to use the JDK sources, you can do binary weaving.