Hi, I have a question about the URLClassLoader. I'm working on a plugin that loads classes with the URLClassLoader. The class that loads the external jars with the class loader runs fine when I run it from the console, but when my plugin tries to run the same code no luck. The clases are not loaded. I'm not very familier with the URLClassLoader. Is there something in my plugin that I need to set to allow it to load classes?