[JAVA] Unsupported major.minor version 52.0 A memorandum when I got hooked

Unsupported major.minor version 52.0 A memorandum when I got hooked

I got stuck in Unsupported major.minor version 52.0.

What is Unsupported major.minor version?

The Java version of the execution environment is old. ➡︎ increase the java version

Then where did you get hooked?

① Check the JDK version with java -version

but is up to date. .. .. why. .. ..

(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

Unsupported major.minor version 52.0 A memorandum when I got hooked
I get a Ruby version error when I try to start Rails.
I got a Permission Denied error when I put Laravel in Docker
When I ran a jar created using WildFly Swarm, I got an InvocationTargetException.
[When using MiniMagick] A memorandum because I stumbled in the CircleCI test environment.
I get an error when adding a dependency
I got stuck when port forwarding with VBox
I got an error when I ran rake routes.
I got an error when trying to install sbt to build a Scala development environment