through jython I would like to execute a python file from java and also pass the parameter file necessary to execute the python file

后端 未结 0 1504
一个人的身影
一个人的身影 2021-02-04 22:23

package Test_2.Test_2;

import org.python.core.PyInstance;  // importo jython

public class PythonHello {

    public static void main(String[] args) {
        
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题