Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Running AspectJ

Hi!

I'm very new with aspectJ and I'm trying to run a program with

ajc -classpath %aspectj_home% *.java

and

java Test

it runs without errors, but within the output it forgets to put the aspect-output.

The program does function with eclipse.

I've not modified inpath and aspectpath, should i do so?

Excuse me because of the very easy question...

I would be very thankful if someone could help me.

roland

Back to the top