Skip to content
Advertisement

Tag: jyni

Passing parameters from Java to Python using Jython

I am passing string values to a python script using Jython. In my program, I do this several times. However, during a test I am running to see if the class that sends the parameters is working properly, I see that the python script outputs the same string values as the initial inputs. Here is the Java class: Also, below

Advertisement