Calling Java from Python
Posted
by roddik
on Stack Overflow
See other posts from Stack Overflow
or by roddik
Published on 2010-05-03T15:31:39Z
Indexed on
2010/05/03
15:38 UTC
Read the original article
Hit count: 274
Hello. I have a Java app that takes pretty much time to be initialized (so I can't use command-line like interface) and I need to pass text and receive the output of a Java method from Python. Is it possible to load the Java application, have it opened all the time the Python script runs and use a method from that app?
© Stack Overflow or respective owner