Answer the question
In order to leave comments, you need to log in
Adequate library for linking python and java?
Hello!
Perhaps someone faced a similar problem.
The task is to use the java class in Cpython. (requires org.apache.pig.scripting class).
The option with Jython will not work, the script also uses C-libraries (pandas, numpy).
Accordingly, I tried py4j, but as far as I understood it requires a running java application.
Interested in an alternative library for Python 3 with functionality like - starting the JVM, calling a java class, operations with it, terminating the JVM.
Answer the question
In order to leave comments, you need to log in
And how do you want to call java code without jvm ? py4j is the best option. In general, I don’t understand what you are doing in general and for what purposes do you need such a crutch?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question