It's all about the answers!

Ask a question

Classpath for Java classes in BIRT reports


0
1
Mark Wainwright (46137) | asked Dec 16 '09, 6:31 a.m.
I'm trying to write a BIRT report template that uses some of Java code to handle parts of the report. I can make this work fine inside the BIRT report designer, but not when I deploy the report template - obviously I need my Java to be in some classpath somewhere.

How do I get RTC to pick up my Java classes so that the deployed report templates can use them?

Thanks!

One answer



permanent link
Rafik Jaouani (5.0k16) | answered Dec 16 '09, 4:41 p.m.
JAZZ DEVELOPER
The report templates when deployed to the server, will get rendered on the server. So the java files will need to be available on the server.

You could package your classes in a fragment of the com.ibm.team.reports.service.birt plugin. and deploy the fragment on the server.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.