May not be pretty, but you can do this by launching the program via Runtime.exec() and retrieving the Process



Process proc = Runtime.exec("Your Program Here");

Once you have the Process...