Immediately after cloning the spring-api-starter repository into my IntelliJ Ultimate Edition i get a runtime error of: java: java.lang.ExceptionInInitializerError
com.sun.tools.javac.code.TypeTag :: UNKNOWN….After googling the error it seems to be related to version discrepancies. I have tried numerous fixes and have cloned it several times attempting new fixes. Any help would be very much appreciated, Thank you!
1 Like
I resolved the problem, just reverted to Java 23 under “project structure” and killed the process on the necessary ports. Maybe that will help someone in the future!
2 Likes
that should be the conflicting jdk versions, all you need to do is go to settings under the compiler and java runtime, choose the jdk level same to what the project shows under maven dependencies,then refresh your maven dependencies