Can a java.net.URI object be used to save a Windows file path?
I tried the following code:
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 ?