I got stuck in Unsupported major.minor version 52.0.
The Java version of the execution environment is old. ➡︎ increase the java version
① Check the JDK version with java -version
(2) Check the IDE execution environment ➡︎ Since it was an old version, change to the latest version. After the change, the compilation passes.
Recommended Posts