我正在使用org.python.util.PythonInterpreter類在java中執行python代碼。請在下面的代碼片段中找到。 PythonInterpreter pythonInterpreter = new PythonInterpreter(null, new PySystemState());
ByteArrayOutputStream outStream = new By
我寫了一個名爲jug.java的java文件,它使用jython和PythonInterpreter;這是代碼: import org.python.util.PythonInterpreter;
import org.python.core.PyObject;
public class Jug{
public void main(String[] args) {
Py