|
Currently I have experimented with latest jdk 9 update 95 (build 9-ea+95-2015-12-02-052152) and problems still remain the same:
-
latest maven-checkstyle-plugin (currently 2.17) fails to execute because there is no tools.jar in JDK anymore. It manifests as https://gist.github.com/tremes/2dddf7188338cc47b66d
-
Cannot compile groovy classes (groovy-eclipse-compiler 2.9.2-01)- GroovyInterceptorTest.groovy due to:
/**
|
^
|
The type java.io.IOException cannot be resolved. It is indirectly referenced from required .class files
|
|