Jump to content
We've recently updated our Privacy Statement, available here ×

IS_DETECT_CELL_TYPE NoSuchFieldError


burferd

Recommended Posts

Using Java Studio Creator, Jasper Reports 1.3.2

 

 

I'm trying to write an Excel spread sheet and among my code I have the following:

 

 

 

JRXlsExporter exporter = new JRXlsExporter()

...

exporter.setParameter(JRXlsExporterParameter.IS_DETECT_CELL_TYPE, Boolean.TRUE);

...

 

 

The code compiles OK, but when I try to execute, I get a page error:

ExceptionDetails: java.lang.NoSuchFieldError

IS_DETECT_CELL_TYPE

 

 

The parameter is detected with the code completion in the IDE, so it is obviously seen by the IDE. The jasper 1.3.2 jar file is loaded in the war file since I can print PDF versions of my reports.

 

 

Anyone have a clue as to why I get the NoSuchFieldError?? Is there something else I need to include?

Link to comment
Share on other sites

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

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...