Unix system() system call in Java
Hi,
system() call in Unix is very helpfull when you need to implement a piece of code that is already implemented in an exsiting utility.
Is there a way to achive a similar functionality?
To put it in simpler words - is there a way, in Java, to call some method that will invoke a Unix shell and will execute the command specified in the string that is past in?
Could you please CC the reply to mikeg@rocketmail.com
Thanks,
-Michael

