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

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

瀏覽:1205
日期:2025-12-17
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 ......看更多