Hi, I think that you will need to weave the classes you want with the ajc compiler and put them in the boot classpath before the JRE provided versions, If the classes are needed for loading jar files, you can't win in a load time approach I believe.
Mike On Wed, Jan 27, 2010 at 7:43 AM, Ganesh Kumar Choudhary < [email protected]> wrote: > Hi , > > My requirement is to weave some of the private methods of java.io package. > I wrote an aspect for that. But that was not working(because those classes > were loaded before the class having the main method is loaded). So i have > written my own class-loader to load all those classes which JVM loads before > running the main() method . This is working fine . Now i want to weave some > of the methods of java.io package. But my aspect is not working again. Am > i doing something conceptually wrong ? > > Thanks, > Ganesh > > -- > Man cannot discover new oceans unless he has the courage to lose sight of > the shore. > > _______________________________________________ > 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
