The VM classes probably come from rt.jar or classes.zip for your VM - you can either use that directly on the inpath or create a subset of just the classes you are interested in and just weave that. If the output from weaving is ahead of the original jar containing the classes on the bootclasspath then your new woven versions will be used.
Andy. 2009/2/23 [email protected] <[email protected]> > Andy thanks for the reply. > Are you suggesting I make a jar file with the java.util. classes I want to > advise or where would this jar come from? Excuse me if this is a stupid > question but I am a newbie to aspectj and have only done aspects through > spring at this point. > > ------------------------------ > Date: Sun, 22 Feb 2009 20:17:27 -0800 > Subject: Re: [aspectj-users] advising java.util classes? > From: [email protected] > To: [email protected] > > > 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 [email protected] <[email protected]> > > 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(R). If by "same" you mean up to 70% faster. Get your > account now. > <http://windowslive.com/online/hotmail?ocid=TXT_TAGLM_WL_HM_AE_Same_022009> > > _______________________________________________ > aspectj-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/aspectj-users > > > > ------------------------------ > Windows Liveā¢: Discover 10 secrets about the new Windows Live. View > post.<http://windowslive.com/connect/post/jamiethomson.spaces.live.com-Blog-cns%21550F681DAD532637%217540.entry?ocid=TXT_TAGLM_WL_t2_ugc_post_022009> > > _______________________________________________ > aspectj-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/aspectj-users > >
_______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
