简体   繁体   中英

DynamicJasper & Webstart

I've got a problem using DynamicJasper 5.0.2 with a Webstart application. In eclipse -> No problem but in webstart I've got this error :

\\storage1\homes\sourin-v\Bureau\DJR_5724_1433511783056_171003.java:4: error: package net.sf.jasperreports.engine does not exist
import net.sf.jasperreports.engine.*;

But I'm sure that JasperReport libraries (6.0.4) are in classpath because if I generate a "standard" jasper report in the webstart application it works flawlessly.

Any Ideas ?

My Bad. Missing JDT Compiler in classpath. And it worked with a "standard" jasper report because it was a pre-compiled .jasper report.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM