I have written a program which manages a plugin which is provided as jar.
I load the plugin classes using an URLClassLoader
which works as it's supposed to.
I had added some resources (XML file) which are stored in the plugin jar.
If I invoke a method that doesn't use resources, everything works fine, but if I invoke a method that uses resources I get a FileNotFoundException
.