What you could try doing is start 2 Java processes (use Runtime to start a second process), then communicate between the two processes either using the streams provided, or have one process forward...