자바 스프링부트 초기 컴파일에러 Java Runtime (class file version 61.0) class file versions up to 55.0
java.lang.UnsupportedClassVersionError: com/example/divident/DividentApplication has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0 해당 에러를 예전에 구글링해서 고친 적이 있다. build.gradle에 들어간다. 11로 바꿔준다. 돌아감.
Java
2023. 3. 21. 02:58