Running Bash commands in Java

后端 未结 7 1327
名媛妹妹
名媛妹妹 2020-11-30 06:03

I have the following class. It allows me to execute commands through java.

public class ExecuteShellCommand {

public String executeCommand(String command) {         


        
7条回答
提交回复
热议问题