Reports - classpath provided by reports component plug-in
I have written a custom RTC report using BIRT. I have verified that the report runs as expected using the BIRT designer. I am trying to deploy the report to the RTC server and verify that the report will run correctly.
The Jscript within the report utilizes some Java classes which are in a custom .jar file. I am using ImportPackage to import the appropriate packages.
I was looking on jazz.net and found the following item on the FAQ: Writing Jazz Reports with BIRT ( https://jazz.net/wiki/bin/view/Main/ReportsBIRTFAQ )
"Note that the set of available Java packages are limited by the plug-in classpath that the reports component provides"
I have the following question. How do I determine the plug-in classpath provided by the reports component?
The Jscript within the report utilizes some Java classes which are in a custom .jar file. I am using ImportPackage to import the appropriate packages.
I was looking on jazz.net and found the following item on the FAQ: Writing Jazz Reports with BIRT ( https://jazz.net/wiki/bin/view/Main/ReportsBIRTFAQ )
"Note that the set of available Java packages are limited by the plug-in classpath that the reports component provides"
I have the following question. How do I determine the plug-in classpath provided by the reports component?