Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ajdt-dev] problem using LTW

I am using the following command for LTW...the current
directory contains 2
folders: "main" and "larva"... in "main" I have
compiled classes (with
standard Java compiler) and in "larva" I have compiled
classes and aspects
(with aspectj compiler)...the program is running
however, weaving is not
happening...(i am quite new in this field sorry if it
is a stupid question)

java -classpath aspectjweaver.jar;.
-Djava.system.class.loader=org.aspectj.weaver.loadtime.WeavingURLClassLoader
-Daj.class.path=. -Daj.aspect.path=. main.Main

Christian



      


Back to the top