269270271272273274275276277278279
{ ASNativeLauncher launcher = new ASNativeLauncher(this); launcher.preProcess(launcherArgs, envProps); try { process = launcher.launch(launcherArgs, securityInfo); } catch(ASLauncherException e) { throw new InstanceException(e); }