How can I dynamically modify the BaseClassLoader classpath? OR call an API to set the default classpath at startup?
So, if it was a URLClassLoader you could use addURL....
So, how can I call something or set something to make the BaseClassLoader pick up my jars...