Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Using Libraries in J2EE-Application
Mr.Reed
Hi,
i've integrated Birt (Version 2.6.1) into a J2EE-Aplication. In my Report Design I am using a Library. So when designing the report the library can be accessed and used, but when i run the application and try to print my report, i get the exception that the library used cannot be found. I have noticed, that in the report design-view obviously the library has a static reference to where the library is located on the harddisk. May that be the problem that it cannot be accessed at runtime?
My report-templates and libraries are located in a jar on the server (e.g. <tomcat>/<webapp>/WEB-INF/lib/Birt.jar and there in a package-structure).
Has anyone experienced similar problems?
Thanks in advance.
Find more posts tagged with
Comments
Mr.Reed
Never mind...
Setting EngineConfig.setResourcePath(path) does solve my problem...
Well, those who can read have clearly an advantage, i guess...
:blink: