Skip to main content



      Home
Home » Archived » BIRT » Integrate BIRT in swing aplication
Integrate BIRT in swing aplication [message #170905] Fri, 16 June 2006 08:00 Go to next message
Eclipse UserFriend
Originally posted by: jzahraoui.genoyer.com

hello,

How can I use birt to generate pdf report in swing application ?
I try to import all jar file in my class path, but I think that's not the
right method.

thank you.
Re: Integrate BIRT in swing aplication [message #170980 is a reply to message #170905] Fri, 16 June 2006 11:14 Go to previous message
Eclipse UserFriend
Originally posted by: jtm.something.com

In addition to JARs, you need to include all required Eclipse plugins
pertaining to the OSGI framework (that define extension points) and ensure
that you set the engine home correctly as:

EngineConfig cfg = new EngineConfig();
cfg.setEngineHome("X:\\Program Files\\birt-runtime-2_1_0\\ReportEngine");
ReportEngine engine = new ReportEngine(cfg);
Previous Topic:Caching for performance
Next Topic:BIRT charts interaktive?
Goto Forum:
  


Current Time: Tue Sep 16 13:47:41 EDT 2025

Powered by FUDForum. Page generated in 0.03152 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top