Hello !
After several searches (and hours) i cant figure out how integrate BIRT report engine in my spring service.
What I have :
- Spring service that use a BirtManager class to generate pdf
- BirtManager, a class to init report engine and run&render (+ start,stop Platform)
The Birt manager reference an absolute BIRT engine location.
All works nice but...
If the service is deployed elsewhere my machine the engine doesn't work any more, obviously...
How can I integrate the Birt Engine (absolute path?) in my service ?
Any help/suggestion is welcome.
A frustrated Developer