Seems like I badly need to look into providing the tutorial example
to just run out of the box.
On the first glance your try on the class loading seems a bit
unorthodox but should still work. (I never used the classloader but
always used javaflow through jci) ...but looking at the code I'd
assume you also need to tell the classloader what classes to
instrument. You might want to try
addLoaderPackageRoot("your.package.the.runnable.is.in");
or set
setParentFirst(false);
Let me know if that helped.
cheers
--
Torsten
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]