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

ireport expressions limitations


leniviy

Recommended Posts

  • I create empty report and set "When no data type" to "all sections".
  • place a text field
  • set the field expression: (new Object() { public String foo() { return "zzz"; } }).foo()
  • try to run

getting error:

Error filling print... java.lang.NoClassDefFoundError: report32name_1280391826111_320068 (wrong name: report32name_1280391826111_320068$3) nulljava.lang.NoClassDefFoundError: report32name_1280391826111_320068 (wrong name: report32name_1280391826111_320068$3)     at java.lang.ClassLoader.defineClass1(Native Method) ...

Why this happens? I entered a valid java expression.

 

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • 2 years 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...