You can easily add an URLClassLoader that has acce...
# kobalt
e
You can easily add an URLClassLoader that has access to new classes, and to all classes loaded on the bootclasspath through it's parent classloader. I have done lots of crazy stuff like this in a CMS i once wrote, that lets you dynamically reload any changes to both Java and Groovy code, so I know it's doable, but it's messy stuff simple smile