How to run Unix shell script from java code? - Stack Overflow

How to run Unix shell script from java code? - Stack Overflow

瀏覽:1472
日期:2024-07-18
It is quite simple to run a Unix command from java. Runtime.getRuntime().exec(myCommand); But is it possible to run a Unix shell script from java code? If yes, would it be a good ......看更多