How to open terminal prompt and run commands in linux. I have tried already
Runtime.getRuntime().exec("/usr/bin/open -a Terminal /path/to/the/executable");
This command. I have already tried many code but it doesn't give me answer
How to open terminal prompt and run commands in linux. I have tried already
Runtime.getRuntime().exec("/usr/bin/open -a Terminal /path/to/the/executable");
This command. I have already tried many code but it doesn't give me answer