I'm trying to make a little java program that executes a system command but I can't seem to figure it out
The question is how does one execute a system command using java?
UPDATE: I read the documentation & tried some examples & I still can't figure it out. Why can't it be simple like in C.