I'm facing a trivial issue. I have changed the Java version to 9 (installed Java 11) on a java project. Getting an error The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files
I understand this is build path issue and tried changing the java compiler to Java11 and it works fine but when this is changed back to Java9, the issue pops up.
Any help is highly appreciated. Thanks!