I'm trying to use Hibernate with jasperreports, using jasersoft studio (6.10.0),
I'm using hibernate 5 in my project, so I'm using annotations to map classes.
When I'm creating the Hibernate Data Adapter, I chose to use "Annotations" but I got the following error:
java.lang.ClassNotFoundException:
org.hibernate.cfg.AnnotationConfiguration cannot be found by
net.sf.jasperreports_6.10.0.final
Am I missing some jar files?