Relative Content

Tag Archive for pythonjavafunctionparameters

Run Python function (with parameters) from Java

I’m making a java program that requires me to use python as well. What I want to do is get 3 values from the java code and then call a function from a python file with the 3 values as parameters. How do I go about this?