Instrumenting java.lang.
| Newsgroups | gmane.comp.java.objectweb.asm |
|---|---|
| Message-ID | <[email protected]> |
Hi there, I'm new tothis list and hopefully this is the right place to post my question. I'm using ASM to instrument Java classes for logging purposes (variable assignments etc.). Consequently I'm instrumenting the Java classes with some additional calls into my logging component. Everything works fine as long as I don't try to instrument the Java Core classes. If I try to do so a ClassDefNotFoundException is raised during runtime. Obvisously this seems to be a classpath problem. As long as the instrumentation stays within the boundaries of my testapp everything works out perfectly. As soon as I try to access the logging component from within the Java packages the exception is raised. Any ideas how to solve that issue? Best regards, Nikolas
message-footer.txt
(text/plain, 238 B)
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws