This only loads a .jar from a folder where there are many `*.jar`: ``` scalive.Classpath.findAndAddJar(cl, Array(myDir), "") ``` I'd like to load all of them at once.
This only loads a .jar from a folder where there are many
*.jar:I'd like to load all of them at once.