Skip to main content

java: Unable to access org.springframework.boot.SpringApplication error class file: /D:/Maven/maven-repository/org/spring

java: Unable to access org.springframework.boot.SpringApplication
error class file: /D:/Maven/maven-repository/org/springframework/boot/spring-boot/3.1.4/spring-boot-3.1.4.jar! The /org/springframework/boot/SpringApplication.class
class file has the wrong version 61.0, should be 52.0
Please delete the file or make sure it is in the correct classpath subdirectory.

The reason is that the springboot version and the jdk version do not match

springboot 3.1.x no longer supports jdk8

Reduce the springboot version or change the jdk version

1.png