Running sketches from a host sketch
in
Programming Questions
•
2 years ago
I want to design a simple "plugin architecture", with a host application scanning a folder for packages created with Processing (probably JAR files?) and loading the respective Applets and running them from within the host application.
As I am not a seasoned Java programmer, I'm hoping someone on this forum could point me in the right direction of the Java features or components I'm likely to use.
The goal is that the host application can run the child applets as exported by Processing.
Thank you in advance!
1