Jump to content
JasperReports Library 7.0 is now available ×

JasperCompileManager.compileReport and tomcat 5.5


vkucher

Recommended Posts

Hi

I am have problem with compile jasper report

 

code:

JasperReport report = JasperCompileManager.compileReport(design);

 

lib: Jasperreports 0.6.4

under Tomcat 4.1 all good

under Tomcat 5.5.23 - error

 

---------------------

java.lang.reflect.InvocationTargetException

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

 

......

 

Caused by: java.lang.NoSuchMethodError: org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer.<init>(Lorg/eclipse/jdt/internal/compiler/env/IBinaryType;)V

at net.sf.jasperreports.engine.design.JRJdtCompiler$1.findType(JRJdtCompiler.java:311)

-----------------------

 

 

I am try add library jdt-compiler.3.1.1.jar to project don't help may be other version

 

What need to do that go from tomcat41 on tomcat 5.5 for jasperreport ?

 

Thank's

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...