I wanted to make a Plugin-Able application that created a new folder in the Documents and looks for plugins there, if finds loads and runs them.
I tried to use the ClassLoaders in Java but they were a bit complicated for me. Then I download the JSPF lib and integrated it. Though it is working for the plugin you get with lib itself (coolplugin.jar) but I'm not able to create my own plugins. I have tried both Processing as an IDE and used simple Java from other IDEs.
What I want is to be albe to make plugins compatible with JSPF from Processing only.
Here is come code I have been using to load .jar files and add plugins (it works fine) -