Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] What a class is not found?

From: http://www.cs.rit.edu/usr/local/pub/jeh/courses/AOP/AspectJ/USER_SETUP.html

"2.1 Add /usr/local/fac/aspectj1.0/lib/aspectjrt.jar to your class path

This 26KB .jar file contains several small classes that are required to compile programs with the ajc
compiler, and are the only extra classes necessary to run programs compiled with the ajc compiler. You must
have these classes somewhere on your class path when running programs compiled with ajc. For detailed
instructions please see the Configuration Instructions at the bottom of this document."

-- Marc

> -----Original Message-----
> From: aspectj-users-admin@xxxxxxxxxxx [mailto:aspectj-users-admin@xxxxxxxxxxx]On Behalf Of Pavel Sozonovsky
> Sent: March 27, 2003 11:26 AM
> To: 'aspectj-users@xxxxxxxxxxx'
> Subject: RE: [aspectj-users] What a class is not found?
>
>
> Hello, Marc!
>
> Thanx for advice, but it is in classpath already.
> It writes sometimes it cannot load some class from java.awt.* package :(
>
> BTW. I thought I don't need to use aspectjrt.jar after compilation :(
> I supposed aspects support can be implemented at compilation time already.
> Why must I use it?
>
> Thanx again,
> Pavel
>
> > -----Original Message-----
> > From: Marc Tremblay [mailto:marc@xxxxxxxxxxxxx]
> > Sent: Thursday, March 27, 2003 9:13 PM
> > To: aspectj-users@xxxxxxxxxxx
> > Subject: RE: [aspectj-users] What a class is not found?
> >
> >
> > Make sure aspectjrt.jar is in your CLASSPATH before trying to
> > run your app.
> >
> > -- Marc
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/aspectj-users
>




Back to the top