I'm not too sure what you want for sure, but you can add banks at runtime:
- (jar) files using File.list () in a directory containing banks
- Make regex by the names of the files you extract
- use URLClassLoader to load jar
I do not know exactly how to register (if necessary) URLClassLoaders for the main classloader. But the way I think I would go.
extraneon
source share