On Thu, May 7, 2015 at 3:59 PM, Jason Swager <[email protected]> wrote: > I tried this - saved the current class loader, then did a > setContextClassLoader(MyClass.class.getClassLoader). It immediately failed: > NoClassDefFound when trying to reference MyClass.
I was responding to Greg. Your problem may be unrelated. Fire up a debugger and figure out what the ClassLoader receiver of the original loadClass call is. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr2jdF0tWwQoFGewtMWbVSNM%2B3d94LcPaJJR0EHJb2eU1A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
