Fixed – Unsupported major.minor version55.0 | Apache Tomcat setup in intelliJ IDEA Community Edition



Fixed – Unsupported major.minor version55.0 | Apache Tomcat setup in intelliJ IDEA Community Edition

Fixed - Unsupported major.minor version55.0 | Apache Tomcat setup in intelliJ IDEA Community Edition

Hello Friends,
In this tutorial, we are fixing Error Tomcat Integration in IntelliJ IDEA Community Edition –
java.lang.UnsupportedClassVersionError: org/apache/catalina/startup/Bootstrap: Unsupported major.minor version 55.0
============================================================
java.lang.UnsupportedClassVersionError happens because of a higher JDK during compile time and lower JDK during runtime.

In short, this is a pure case of a java version mismatching between what is required and what we have on the system.

Here I have a case: On my system, I have JDK 1.8 installed and I have downloaded the latest Apache Tomcat V (v10.1.x) from the Tomcat website – https://tomcat.apache.org/download-10.cgi

Let’s fix it together.

#IntelliJTomcatSetupError #unsupportedMajorminorVersion #coolithelp