+ 3
How to run command line binaries in Java and get their output as String
For example: String command_output = get_cmd_string("cat test.txt"); Now the get_cmd_string function will return a String object of the output from the command "cat test.txt"
1 Antwort
0
I think your question is very logical