I'm running IntelliJ IDEA 2017.2, just installed Error-prone Compiler Integration version 171.4342, set Javac with error-prone as my as the compiler to use, hit run on something simple and everytime I try to compile it just says;
Error:java: com.google.errorprone.ErrorProneJavaCompiler cannot be cast to java.compiler/javax.tools.JavaCompiler
Also worth mentioning, I'm running Ubuntu 16.04 and Oracle JDK 9.0.1
Just noting here that the plugin seems not compatible with the latest 2017.3 and Java 9. I have opened up a jira with JetBrains.
I reproduced this by setting compiler to java 9. I am using 2017.3 community.
Most helpful comment
Just noting here that the plugin seems not compatible with the latest 2017.3 and Java 9. I have opened up a jira with JetBrains.