authorization = new NtlmPasswordAuthentication(domain, cr.getUser(), cr.getPassword());
else
authorization = new NtlmPasswordAuthentication(host, cr.getUser(), cr.getPassword());
}
catch (NoClassDefFoundError err) {
throw new WindowsException(SharedStrings.get("missing_jinterop"));
}
}