Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Urgent - Help Load time weaving not working with aspectj-1.5.0M3.jar

Hi,

I think you use a wrong command line switch. Don't use -D to choose the javaagent. Try "-javaagent:ASPECTJ_LIBDIR/aspectjweaver.jar" instead, where ASPECTJ_LIBDIR is the directory that contains the aspectjweaver.jar

Stephan

Seshukumar Venkata Adiraju schrieb:
                 I have modified this to invoke agent as follows,

java -Daj.weaving.verbose=true -Djavaagent:aspectjweaver.jar -Djava.ext.dirs=./plugins/resources -Xms32m -Xmx256m -Xss600k -classpath %WORKBENCHPATH% multiuser.client.ui.FrameLogin


Back to the top