Is Birt 4.9.0 supported with java 8 #892
-
Is Birt 4.9.0 supported with java 8 as i am getting below error while deploying it with our product: 2022-03-22 17:02:41,971 WARN [org.jboss.modules.define] (MSC service thread 1-2) Failed to define class org.eclipse.birt.core.exception.BirtException in Module "deployment.c2oear-snapshot.ear.birt.war" from Service Module Loader: java.lang.UnsupportedClassVersionError: Failed to link org/eclipse/birt/core/exception/BirtException (Module "deployment.c2oear-snapshot.ear.birt.war" from Service Module Loader): org/eclipse/birt/core/exception/BirtException 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 Our product is compiled with java 8. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
No. Java 11 or newer is required. |
Beta Was this translation helpful? Give feedback.
-
BIRT 4.9.0 requires Java 11 because of its upstream dependencies. In theory it is possible to assembly BIRT 4.9.0 with older dependencies, but such an effort is not planned in the scope of Eclipse BIRT project. |
Beta Was this translation helpful? Give feedback.
No. Java 11 or newer is required.