I want to use a Java project inside Python, I read that some Python libraries do it. But my question is it: If I do it, can I compile before all the code with pyinstaller or can I compile the java code in something like a dll
to use inside the Python code, and use this before in the compiled program?
If somebody can reply, I have another doubt too, if don't have a way to do it with Java, have a way with another language, like PHP?
EDITED:
Send me to this question, but its out of date... I try to use the first answer, ikvm
, but I receive this error because the version of java:
Warning IKVMC0108: not a class file "cc/mallet/util/tests/TestPriorityQueue$1.class", including it as resource (class format error "51.0")