Does it work if you specify -Xbootclasspath:<newjar> in the vmargs section of the launch configuration for your project? Andy.
2008/12/3 Andrew Eisenberg <[EMAIL PROTECTED]> > Not sure. Try running from the command line or from ant and see if > you can get it. > > You probably have different JREs installed on your system and so even > though you replaced one rt.jar, there might be another that your > application is using. > > On Wed, Dec 3, 2008 at 8:46 AM, Tassilo Horn <[EMAIL PROTECTED]> > wrote: > > "Andrew Eisenberg" <[EMAIL PROTECTED]> writes: > > > > Hi Andrew, > > > >> Seems like you are running with the original rt.jar. Make sure you > >> add your woven jar to your bootclasspath (see java -X for more > >> information on this). > > > > I run it from inside eclipse, removed the usual java system library and > > replaced it with my woven rt.jar and thought that would be enough. Do > > you know where I can set the bootclasspath inside eclipse? > > > > Bye, > > Tassilo > > > > _______________________________________________ > > 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 >
_______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
