Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Re: post-compilation weaving

When running you also need in the classpath aspectjrt.jar. But be
aware that java -jar will ignore the -cp option. This is something
longly discussed on SUN Bug lists. Your option is to include
aspectjrt.jar also in the manifest classpath.

hth,
./alex
--
.p( the_mindstorm )q.


On 9/30/05, Joanne (sent by Nabble.com) <lists@xxxxxxxxxx> wrote:
>  A little correction: I created MyAspect.jar by doing: ajc MyAspect.java
> MyAspect.jar
>
> ________________________________
>  Sent from the AspectJ - users forum at Nabble.com.
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>
>
>


Back to the top