Replies: 1 comment 3 replies
-
You don't have to build BIRT yourself, you can use the BIRT runtime package (birt-runtime-.zip), which you can find in the releases section. BIRT 4.9 requires Java 11. So if you want to stick with Java 8, you also have to stick with BIRT 4.8. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone!
I'm currently working on an application that integrates the BIRT runtime (4.8) as a dependency, which is currently brought using Innovent Solutions package from Maven. The BIRT engine is used to generate reports within the application, which are then downloaded directly by the end users.
We want to update this package to the latest BIRT release, so my question is if there's a way of building the runtime JAR only, without building the code related to the report viewer/Eclipse plugin. Also, we'd like to build the runtime with Java 8, since our application cannot compile yet with Java 11, is this even possible?
Any pointers would be useful, thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions