mamartinez Posted December 2, 2015 Posted December 2, 2015 I upgraded to jasperreports 6.1.0 and now I get the error "java.lang.NoClassDefFoundError: Could not initialize class net.sf.jasperreports.engine.DefaultJasperReportsContext" at run time. This class does exists.
hozawa Posted December 2, 2015 Posted December 2, 2015 You're probably missing a jar in your classpath.
mamartinez Posted December 2, 2015 Author Posted December 2, 2015 When I run my java application through netbeans, it works fine. then when I build and sign my jar and run on server I get this error. Do you know why is it that when I was using a previous jasper library version I did not have this problem?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now