}
IClasspathEntry[] centries = new IClasspathEntry[entries.size()];
proj.setRawClasspath(entries.toArray(centries), monitor);
}
catch (JavaModelException e) {
throw new WrapperRuntimeException(e);
}
catch (IOException e) {
throw new WrapperRuntimeException(e);
}
}