Jump to content
Changes to the Jaspersoft community edition download ×

The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class files


jasperj

Recommended Posts


Using latest 6.1.1  and JDK 1.8 I get compile error for one particular report when compiling using maven plugin com.alexnederlof:jasperreports-plugin:1.7

[ERROR] Failed to execute goal com.alexnederlof:jasperreports-plugin:1.7:jasper (default) on project myproject: Some Jasper reports could not be compiled. See log above for details. net.sf.jasperreports.engine.JRException: Could not compile test.jrxml: Errors were encountered when compiling report expressions class file:
[ERROR] 1. The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class files
[ERROR] value = ((java.lang.String)field_status.getValue()).equals("ACTIVE"); //$JR_EXPR_ID=11$
[ERROR] <--------------------------------------------------------------->
[ERROR] 1 errors
[ERROR] -> [Help 1]

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • 1 year later...

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