I need to run a command at terminal in Fedora 16 from a JAVA program. I tried using
Runtime.getRuntime().exec(\"xterm\");
but this just op
I know this question is quite old, but here's a library that encapsulates the ProcessBuilder api.