/*
*The container needs to use the new classloader to locate any
*user-specified security callback handler.
*/
jcl = appClientInfo.getClassLoader();
String appMainClass = container.preInvoke(ic, jcl);
/*
*If the user explicitly indicated the main class to be run, use
*that value, not the value from the manifest.
*/
if (mainClass != null) {