I’m building a plugin to integrate a tool in to IntelliJ and deep in the bowels of this code, they make a call to ToolProvider.getSystemJavaCompiler(). This comes up null in the runtime in which the plugin is run. Is there a way to get access to that so that this code runs properly? I’ve seen snippets for doing something similar in the plugin code itself, but this is all in library code that I don’t own and can’t change. What are my options here? Thanks.