Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Re: Extending standard java classes

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 <tassilo@xxxxxxxxxxxxxx> wrote:
> "Andrew Eisenberg" <andrew@xxxxxxxxxxxx> 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
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>


Back to the top