Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ajdt-dev] NoAspectBoundException

Hi Iris.

In Eclipse each plugin has its own classloader. It only "sees" classes
that are on its runtime classpath, which is set in the plugin.xml file
of the plugin itself.

Gruss,
Eric

2008/7/4 Iris Groher <Iris.Groher@xxxxxx>:
> Hi all,
>
> I am weaving an aspect into a JAR file which is the eclipse.uml2 plugin JAR file. I added aspectjrt.jar to the classpath but still when I start a runtime instance of eclipse to test my aspect I get the following error:
>
> java.lang.NoClassDefFoundError: org/aspectj/lang/NoAspectBoundException
>
> I guess this means that I am still missing a reference to aspectjrt?
>
> Thank's a lot for your help!
>
> Greetings,
> Iris.
>
> --
> GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
> Jetzt dabei sein: http://www.shortview.de/wasistshortview.php?mc=sv_ext_mf@gmx
> _______________________________________________
> ajdt-dev mailing list
> ajdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ajdt-dev
>



-- 
Eric Bodden
Sable Research Group
McGill University, Montréal, Canada


Back to the top