Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Run charts with BIRT viewer on Linux
Run charts with BIRT viewer on Linux [message #198002] Fri, 27 October 2006 12:45 Go to next message
Eclipse UserFriend
Originally posted by: raison.fermat.eu

Hello,

We have customized a little the BIRT viewer (new parameter selection, new oda drivers).
So each release of BIRT, we generate a specific viewer includings BIRT plugins.

Our last problems was, that we develop on XP, but most of the targetted server will be Unix like (Linux, AIX).
So we need to recompile and generate a specific distribution on each platform to make charts run ...
SWT use OS's specific libraries (GDI+, GTK).
My explanation is not really exact but ... ;)

To avoid, multiple distributions we used a JVM parameter for awt (when lauching the application server) :
-Djava.awt.headless=true

We discover this tip on jfree.org forum and for the moment it works on each server we deployed.
Hope it helps.

Thibaud
Re: Run charts with BIRT viewer on Linux [message #199026 is a reply to message #198002] Fri, 03 November 2006 18:55 Go to previous message
David Michonneau is currently offline David MichonneauFriend
Messages: 1145
Registered: July 2009
Senior Member
Yes, this setting is indeed needed if you're rendering charts on unix
without X server running. Note that it is relating to Swing and not SWT. The
BIRT viewer will only use swing internally (and some swing classes don't
work without that setting).

Thanks,

David

"Thibaud" <raison@fermat.eu> wrote in message
news:ehsv20$2un$1@utils.eclipse.org...
> Hello,
>
> We have customized a little the BIRT viewer (new parameter selection, new
> oda drivers).
> So each release of BIRT, we generate a specific viewer includings BIRT
> plugins.
>
> Our last problems was, that we develop on XP, but most of the targetted
> server will be Unix like (Linux, AIX).
> So we need to recompile and generate a specific distribution on each
> platform to make charts run ...
> SWT use OS's specific libraries (GDI+, GTK).
> My explanation is not really exact but ... ;)
>
> To avoid, multiple distributions we used a JVM parameter for awt (when
> lauching the application server) :
> -Djava.awt.headless=true
>
> We discover this tip on jfree.org forum and for the moment it works on
> each server we deployed.
> Hope it helps.
>
> Thibaud
Previous Topic:Pagination Extension?
Next Topic:DataSource from an external factory
Goto Forum:
  


Current Time: Thu Oct 10 23:26:24 GMT 2024

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

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

Back to the top