java - Run AspectJ with load-time weaving on a RCP .exe application. How? -
i'm in desperate need run aspectj code (weaving @ load-time) application under consideration being deployed rcp executable. possible run aspectj against rcp application? if not, there sane ways circumvent issue?
thanks
instead of deleting question, i'll answer here believe useful in future.
it possible so. you'll have run rcp application, open jvisualvm
, jvm arguments, java arguments, main class. that, we're set launch rcp application through java
command standard way.
Comments
Post a Comment