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

Eclipse sucks, so use NetBeans!

Tuning ext4 for performance with emphasis on SSD usage

Tuning ext3 for performance without losing its data integrity potential