How are you running your webapp. Maven and mvn jetty:run, deployed into some servlet, something else? The answer most likely depends on your answer here.

If using Maven, you add the jars as a dependency in the pom.xml like:

<dependency>
<groupId>jasperreports-local</groupId>
<artifactId>jasperreports-local</artifactId>
<version>3.5.0</version>
</dependency>

Otherwise, look up how to add dependencies to your classpath for your servlet container.

On 03/11/2011 05:03 AM, degressor wrote:
Noob question: how can I add the jars to the webapp classpath?

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/JasperReports-integration-tp3415368p3424778.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to