Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-dev] Bug in AJDT with Eclipse?

Found the problem.  Apparently, the conversion didn't put the aspectjrt.jar
into the runtime classpath when I created the new run command for the second
project.

> -----Original Message-----
> From: aspectj-dev-admin@xxxxxxxxxxx
> [mailto:aspectj-dev-admin@xxxxxxxxxxx]On Behalf Of R. Dale Asberry
> Sent: Saturday, July 19, 2003 11:32 AM
> To: AspectJ Development
> Subject: [aspectj-dev] Bug in AJDT with Eclipse?
>
>
> I have two identical projects, save one difference: the first project was
> created as an aspectj project and the second was converted to an aspectj
> project.  When I compile the first project, the application runs
> fine.  When
> I compile the second project, the application comes back with
> "java.lang.NoClassDefFoundError: org/aspectj/lang/NoAspectBoundException".
>
> _______________________________________________
> aspectj-dev mailing list
> aspectj-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/aspectj-dev
>



Back to the top