File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Other Open Source Projects and the fly likes Exceptions in BIRT Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "Exceptions in BIRT" Watch "Exceptions in BIRT" New topic
Author

Exceptions in BIRT

Ritwick Pal
Greenhorn

Joined: Nov 30, 2005
Posts: 13
My Chart generating code has some errors. It cant find

1. PluginException
2. GenerationException &
3. RenderingException

It seems some external jars are need to be imported.Can anyone specify them?Howver I've set the specifed jars in the classpath like chart.jar etc
----- ritwick
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 32769
I'm not familiar with BIRT, but the way to debug the problem would be:

- find out the fully qualified class names (which include the package names)
- look through all the jar files you have if they contain those classes (the "jar" command line tool can help you with this, something like "jar tf chart.jar")
- if the classe are inside one of the files, then it's a matter of adding it properly to your classpath (or maybe replace a jar file that's become corrupted)
- if not, you may need to get additional jar files

Welcome to JavaRanch!
[ December 05, 2005: Message edited by: Ulf Dittmer ]

Android appsImageJ pluginsJava web charts
 
 
subject: Exceptions in BIRT
 
Threads others viewed
According to TLD or attribute directive in tag file, attribute items does not accept any expressions
Deploying a servlet to a Tomcat server I don't own
Go about resolving Errors
500 null
jar interdependencies
WebSphere development made easy
without the weight of IBM tools
http://www.myeclipseide.com