278279280281282283284
theJavaProject.setRawClasspath(newEntries, sub.newChild(1)); } private String readFileContent(File file) { return new TextFile(file).asString(); }