I tried running our java 8 gradle project with java 9, since we are looking to migrate to it. However, when executing a unit test I get a
java.lang.ClassNotFoundE
The issue fixed itself after I removed the jdk9 and re-added it.