Error-prone: IntelliJ IDEA Plugin cast error

Created on 9 Nov 2017  路  2Comments  路  Source: google/error-prone

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

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.

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings