
reporting - Reports creation using Java - Stack Overflow
Feb 3, 2011 · 7 We have Jasper Report. JasperReports is the world's most popular open source reporting engine. It is entirely written in Java and it is able to use data coming from any kind of …
Errors with Eclipse BIRT report generation - Stack Overflow
Jan 4, 2024 · Background info I have a Java 8 version of this project running with Eclipse BIRT version 4.8.0 & the report can be generated fine. This project in my local is running on Java 17 …
BIRT Report Engine API createFactoryObject returns null
Dec 20, 2023 · 0 I'm trying to use BIRT's Report Engine API to run and render reports from a Java program. I'm using Gradle 8.5 and JDK 21 to build and run the program. I have no problem …
java - Jasper Reports can't locate "package …
Aug 29, 2024 · Jasper Reports can't locate "package net.sf.jasperreports.engine does not exist" while running jar but everything working fine in IDE
java - Configuring & Generating BIRT Reports Dynamically - Stack …
Jun 18, 2016 · The report engine is deployed as part of a reports_war, the war has its own connection to the database. Our Java based web application uses urls to interact with the …
java - Jasper Report won't work in JAR file but works fine while ...
Jun 9, 2023 · Jasper Report won't work in JAR file but works fine while developing [duplicate] Asked 2 years, 6 months ago Modified 2 years, 6 months ago Viewed 851 times
Jasperreports in Java: Unable to load report - Stack Overflow
Jul 8, 2025 · I've a java-swing app where one of the features is generating pdf representation of the java objects. I recently changed the project jdk to 24 and jasper to 7.0.3. Since then, when …
java - Birt Report Engine. Error evaluating Javascript expression ...
Dec 17, 2015 · After following this Integrating the BIRT Viewer with a custom Java Platform, Enterprise Edition web application to integrate birt reporting with my web application ...
java - org.eclipse.birt.report.engine.api.EngineException Cannot …
Dec 22, 2015 · I got error in run birt-runtime-4_5_0 using get report view, Then How I get successful out put? Error org.eclipse.birt.report.engine.api.EngineException: An exception ...
Start a BIRT report by Java (datasource is dynamic)
Nov 8, 2013 · For how to integrate BIRT in a Java application start with reading Report Engine API BIRT also provides an API to create report templates. See Design Engine API