Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Need help running BIRT from command line...got this error....
Need help running BIRT from command line...got this error.... [message #478792] Thu, 06 August 2009 23:16 Go to next message
Eclipse UserFriend
Originally posted by: cseberin.quicinc.com

I'm trying to generate a PDF of a plot from command line using the
installed BIRT runtime like so...

genReport.sh -f PDF -o output.pdf -F foo.rptdesign

I'm getting this Java error need help w/...

Exception in thread "main" java.lang.NoClassDefFoundError:
org/eclipse/birt/report/engine/api/ReportRunner

(I set $BIRT_HOME to the ReportEngine directory.)

cs
Re: Need help running BIRT from command line...got this error.... [message #478899 is a reply to message #478792] Fri, 07 August 2009 12:20 Go to previous message
vincent pucheux is currently offline vincent pucheuxFriend
Messages: 15
Registered: July 2009
Junior Member
Hi ,
your command is good.

It's the export that is not good.
you have to set it to birt Directory.

Hor example if we have /tmp/birt_runtime_x.x.x/ReportEngine

the export is:
export BIRT_HOME="/tmp/birt_runtime_x.x.x/"

hope that's it
v.



> I'm trying to generate a PDF of a plot from command line using the
> installed BIRT runtime like so...
>
> genReport.sh -f PDF -o output.pdf -F foo.rptdesign
>
> I'm getting this Java error need help w/...
>
> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/eclipse/birt/report/engine/api/ReportRunner
>
> (I set $BIRT_HOME to the ReportEngine directory.)
>
> cs
>
Previous Topic:BIRT 2.5 in galileo broken???
Next Topic:Exported Excel negative format has wrong parentheses
Goto Forum:
  


Current Time: Sun Sep 22 09:22:30 GMT 2024

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

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

Back to the top