I have a Java app that takes pretty mucha long time to be initialized (so I can't use a 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 openedopen all the time the Python script runs and use a method from that app?