Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] advising java.util classes?

Yes - if binary weaving just supply the jar containing those classes on the -inpath to the ajc call.  you will then need to run with the result of that weave on your bootclasspath to ensure it overrides the default versions of the classes.  It is also possible with load time weaving but can get messy.

Andy.

2009/2/22 epicwinter@xxxxxxxxxxx <epicwinter@xxxxxxxxxxx>
I would like to advise some classes in the java.util package.  Is it possible to advise java language classes?


It's the same Hotmail®. If by "same" you mean up to 70% faster. Get your account now.

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top