Relative Content

Tag Archive for javaeclipsegradle

compilation errors while moving from java 8 to java 17

I have an eclipse gradle project , and I’m moving from java 8 to java 17.
The problem is that the project does not compile.
It seems to me that the problem is that java 17 is using Modulepath , and set the JRE over there instead of under the classpath . But I can not change it : if I move the JRE to the classpath and do clean , it will return to the Modulepath .
What am I doing wrong ?
enter image description here