DEV Community

mahammedTarek
mahammedTarek

Posted on

why jasperreports 5.1.2 liberary dosen't work on intellij?

when i tried to add jasper report jar file to my project in intellij it didn't work and i tried many virsios of the liberary but then when i tried it on netbeans it works. here is the classes i want to use:

`import net.sf.jasperreports.engine.JREmptyDataSource
import net.sf.jasperreports.engine.JRException;
import net.sf.jasperreports.engine.JasperCompileManager;
import

Top comments (0)