L
L
lPolar2015-01-13 10:27:46
Python
lPolar, 2015-01-13 10:27:46

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

3 answer(s)
N
Nikolai Pavlov, 2015-01-13
@gurinderu

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?

T
tsarevfs, 2015-01-13
@tsarevfs

There are some options .

R
radioxoma, 2015-01-13
@radioxoma

javabridge of the CellProfiler project .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question