views:

16

answers:

1

I am using JNLP which fetches my jar files to client. When I run the application, I am getting error with generating JasperPrint(NullPointerException). I can figure out the cause partially. It is because JasperPrint instance cannot be stored on client side due to access permission. Is there a way to generate JasperPrint on client side. Kindly help.

A: 

I got it solved... I forgot to sign the jar resources.

balavj