Process proc = new ProcessBuilder("xterm").start();
How can I write and execute commands into this xterm window after the process has been initiated?
In my application I definitely do require executing commands in the same xterm window after it has been initiated.