I tested a simple global hello line to test JPype:
jpype.java.lang.System.out.println ("hello world")
It works great in the context of the "main" python program. However, in the context of the current thread, I get the following response:
#
source share