parsifal
parsifal

Reputation: 917

where to find Jasperreport 's specific packages?

friend ,where can I find jasperreport's package
net.sf.jasperreports.jdbc.concurrency?

I now use jasperreports-4.0.0.jar, but there not exit this package. In which version can I find the package? thanks first :)

Upvotes: 1

Views: 237

Answers (1)

Dave Jarvis
Dave Jarvis

Reputation: 31161

The following directories contain all the JAR files used by iReport and JasperReports:

$IREPORT_HOME/ireport/modules/ext
$IREPORT_HOME/ide10/modules/ext

Where $IREPORT_HOME is the installation directory for iReport.

Use http://www.findjar.com/ to find JAR files containing specific classes.

If you have to find a specific package, I would guess that the CLASSPATH is either not being set properly or there is a conflicting JAR file somewhere.

Without knowing why you want to find a specific package, it is difficult to answer the question.

Upvotes: 1

Related Questions