Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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".



Back to the top