JuliaInterop / JavaCall.jl

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

Here's a small function that allows you to initialize JavaCall from inside Java #90

Closed zot closed 5 years ago

zot commented 5 years ago

the new init_current_vm() function includes a small example class in the doc string that loads Julia from Java and uses JavaCall to call back to Java to access a field in the same class.

aviks commented 5 years ago

Cool, thanks. Might be useful to add it to the manual as well, as a separate section? The source of the manual is here: https://github.com/JuliaInterop/JavaCall.jl/tree/master/doc

zot commented 5 years ago

Added a Usage section to doc/index.md with the example from init_current_vm() in it.