JuliaInterop / JavaCall.jl

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

addClassPath .* and *.jar syntax #89

Closed RainerHeintzmann closed 4 years ago

RainerHeintzmann commented 6 years ago

corrected an error with the . syntax in Windows systems in addClassPath. Also added the .jar syntax to the addClassPath function for ease of use. Added a paragraph to the documentation regarding the proper use of addClassPath and init().

Hope this is better now :-)

mkitti commented 4 years ago

Could we eliminate the change to methods.md here?