vispi_3 Posted May 10, 2010 Share Posted May 10, 2010 i am implementing jrxml file in jasperassistant eclipse plugin.I am getting the following exception. CompilationUnit.java:743)CompilationUnit.java:706)CompilationUnit.java:925)CompilationUnit.java:462)JRGroovyCompiler.java:84)JRAbstractCompiler.java:188)JasperCompileManager.java:215)integrate_report.java:44)integrate_report.java:67) at org.codehaus.groovy.control.CompilationUnit$10.call(at org.codehaus.groovy.control.CompilationUnit.applyToPrimaryClassNodes(at org.codehaus.groovy.control.CompilationUnit.compile(at net.sf.jasperreports.compilers.JRGroovyCompiler.compileUnits(at net.sf.jasperreports.engine.design.JRAbstractCompiler.compileReport(at net.sf.jasperreports.engine.JasperCompileManager.compileReport(at integrate_report.generate_report(at integrate_report.main(Can any one tell me the jars needed to include in my program.Exception in thread "main" java.lang.NoSuchMethodError: org.objectweb.asm.ClassWriter.<init>(Z)Vat org.codehaus.groovy.control.CompilationUnit.createClassVisitor( Link to comment Share on other sites More sharing options...
charliesuco Posted May 12, 2010 Share Posted May 12, 2010 I think I got the same exception when I forgot to change the report "Language" property from Groovy to Java, but if you are using Groovy I have no idea what your problem is. Link to comment Share on other sites More sharing options...
Teodor Danciu Posted January 7, 2011 Share Posted January 7, 2011 Hi, If you like to edit/design your reports inside Eclipse IDE, you should consider trying the Jaspersoft Studio plugin:http://jasperforge.org/projects/jaspersoftstudio This new desiger for JasperReports has support for Groovy reports. I hope this helps.Teodor Link to comment Share on other sites More sharing options...
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