How to get an live output from runtime execution in java?

后端 未结 0 2004
感情败类
感情败类 2020-11-30 01:08

Here is my code:

    Runtime runtime = Runtime.getRuntime();
    Process process = runtime.exec("cmd.exe /c kotlinc -script " + script.getAbsolutePa         


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