pushyServer = Runtime.getRuntime().exec(args);
try
{
// Create the connection.
connection = new Connection(pushyServer.getInputStream(),
pushyServer.getOutputStream());
// If the address is non-local, create a tunnelled connection.
if (!address.equals("local:"))
{