JuliaInterop / JavaCall.jl

Call Java from Julia
http://juliainterop.github.io/JavaCall.jl
Other
118 stars 53 forks source link

addClassPathRecursive #115

Closed mkitti closed 4 years ago

mkitti commented 4 years ago

Rather than path/* and path/*.jar doing the same thing, this alters the functionality such that path/* recursively adds directories and jars in the path directory. path/*.jar only adds in the jar files.