Bugzilla – Bug 1220245
java.lang.UnsupportedClassVersionError: org/eclipse/jdt/internal/compiler/env/INameEnvironment
Last modified: 2024-04-24 20:55:29 UTC
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:122.0) Gecko/20100101 Firefox/122.0 Build Identifier: Message java.lang.UnsupportedClassVersionError: org/eclipse/jdt/internal/compiler/env/INameEnvironment has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 The latest ecj-4.23-150200.3.9.1.noarch package in use with Tomcat v9.0.85-150200.57.1 and openJDK 1.8.0 produced this error. When downgrading to ecj-4.18-150200.3.6.4.noarch everything's fine. Reproducible: Always Steps to Reproduce: 1.Install the version: ecj-4.23-150200.3.9.1.noarch 2. 3. Actual Results: javax.servlet.ServletException: java.lang.UnsupportedClassVersionError: org/eclipse/jdt/internal/compiler/env/INameEnvironment has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 org.apache.jasper.servlet.JspServlet.service(JspServlet.java:332) javax.servlet.http.HttpServlet.service(HttpServlet.java:623) org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) Expected Results: No error
Additional context required. Please describe configuration and steps necessary to reproduce?
Not enough info; reporter non-responsive to request for additional info. Closing.