Hi, I'm trying to call Julia functions from Java. Limited by the project, it is not a good idea to use Java JNI to call a C function that calls Julia.
Is there any relatively direct way to call Julia from Java? I need to not only call Julia functions from Java, but also pass input data and retrieve output answers. Thanks, Peilun
