Hey guys!
I have a really short Java question for you... How does one make a
system call from Java? I want to be able to run a Linux command as I
would in C, e.g., System("command");
The idea behind this is that I'm writing an example Java program to
install an application, for example Postfix, that I may want to use as
an example for Students...
Later!
Steve