}
copy.close();
original.close();
Sed hostSed = new Sed();
InputStream sedIs = new ByteArrayInputStream(("substitute=localhost;" + hostName).getBytes("UTF-8"));
hostSed.exec(tmpFile, orgFile, sedIs, false, false, false);
}
public static void main (String args[]) throws Exception
{
if ((System.getProperty("java.vm.name") != null) && System.getProperty("java.vm.name").equals("J9"))