UnsupportedClassVersionError

Example error in IntelliJ IDEA

java.lang.UnsupportedClassVersionError

Example:

Error: LinkageError occurred while loading main class com.thorg.server.ThorgServerMain
	java.lang.UnsupportedClassVersionError: com/thorg/server/ThorgServerMain 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

What are troubleshooting steps for UnsupportedClassVersionError?

  • Check JAVA_HOME
  • Check project version in IntelliJ IDEA
  • Open more exact project instead of Mono repo project.