throw new STJSRuntimeException(
"A Java compiler is not available for this project. You may have configured your environment to run with JRE instead of a JDK");
}
if (fileManager == null) {
fileManager = compiler.getStandardFileManager(null, null, Charset.forName(sourceEncoding));
classLoaderFileManager = new CustomClassloaderJavaFileManager(builtProjectClassLoader, fileManager);
}
return compiler;
}