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

[475 byte] By [mikeg1za] at [2007-10-2 14:42:22]
# 1
Runtime.exec() > Could you please CC the reply to mikeg@rocketmail.comCertainly not.
CeciNEstPasUnProgrammeura at 2007-7-13 13:12:14 > top of Java-index,Java Essentials,Java Programming...