IJavaLaunchConfigurationConstants.ERR_INTERNAL_ERROR, message, null));
// execution will not reach here - exception will be thrown
}
IvyClasspathContainer ivycp = (IvyClasspathContainer) container;
if (ivycp.getConf().isInheritedResolveBeforeLaunch()) {
IStatus status = ivycp.launchResolve(false, false, new NullProgressMonitor());
if (status.getCode() != IStatus.OK) {
throw new CoreException(status);
}
}
IClasspathEntry[] cpes = container.getClasspathEntries();