JuliaInterop / JavaCall.jl

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

Add some useful ENV #97

Closed nkottary closed 4 years ago

nkottary commented 5 years ago
mkitti commented 4 years ago

It is not clear to me why this would be needed within JavaCall.init and couldn't just be implemented around a call to JavaCall.init. Is there a use case where that is not possible?

mkitti commented 4 years ago

It is not clear to me why this would be needed within JavaCall.init and couldn't just be implemented around a call to JavaCall.init. Is there a use case where that is not possible?

nkottary commented 4 years ago

Yes, that is true.