开发者

Error with generating JasperPrint in the client side

开发者 https://www.devze.com 2023-01-21 01:12 出处:网络
I am using JNLP which fetches my jar files to client. When I run the application, I am getting the error: JasperPrint(NullPointerException).

I am using JNLP which fetches my jar files to client.

When I run the application, I am getting the error: JasperPrint(NullPointerException).

I can figure out the cause partially. It is because J开发者_如何学编程asperPrint instance cannot be stored on client side due to access permission.

Is there a way to generate JasperPrint on the client side?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消