Compilation: Unsupported major.minor version 52.0

If you get a similar error message, the JDK/JRE you're using to execute a JAR/Class might be from a previous generation.

E.g. compiling a Java class using JDK7 and executing it using JDK8.

Solution: Update to the latest JDK version.

Comments

Popular posts from this blog

Tuning ext4 for performance with emphasis on SSD usage

Eclipse sucks, so use NetBeans!