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

schaumann.agnes

Members
  • Posts

    7
  • Joined

  • Last visited

schaumann.agnes's Achievements

Rookie

Rookie (2/14)

  • Dedicated Rare
  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare

Recent Badges

0

Reputation

  1. Hi Anuja, Thanks for the link. I actually used that before to set the compatibility . I now added all dependency libraries to the directory of my 6.7.0 jasperreports libraries. That solved a lot of classnotfound errors. But I still have to deal with one issue that "java.lang.System" type can't be resolved to a type. Maybe as info: I have set the compiler compliance level to 1.8, because that's the version we are working with. But even if I set it to 17, I still get the same error. Any ideas?
  2. I have an update: I solved the issue with the JRBshCompiler not found error. This was because some of my reports had the language setting "bsh" for report expressions set. I changed it to "java" and now it runs fine with Jasperreport 6.70 even so it was compiled with Jasperstudio 6.2.1. But the compatibility setting in Jasperstudion 6.21.2 still does not work for me. So if anybody has some info, that would be heldful.
  3. Hi, I have a question: Is it generally not possible to execute a .jasper file with Jasperreport libraries that are newer than the Jasperstudio version that was used to compile the reports (using current version compatibility settings). I'm asking, because I have reports that I generated and compiled with Jasperstudio 6.2.1. As long as I used Jasperreport libraries 6.2.1 everything was fine. But I had to upgrade to a newer version 6.7.0 of the libraries. Some of my reports still execute fine. But there are some that fail with a ClassNotFound error (JRBshCompiler). I tried use the latest version of JasperStudio to compile the reports to version 6.6.0 (there is no 6.7.0). But I constantly get ClassNotFound error in JasperStudio when compiling with the compatibility settings. I don't know what I'm doing wrong here. Does anybody have an idea how to solve my problem? Any help is greatly appreciated!
  4. Hi there, I have a report that utilizes a subReport to produce bands for different records. Each band consists of frames with text fields. Most of the text fields use one line, but some are variable and could use up to 2 lines, so stretch with overflow is set to true. The problem I'm having is that each band, so record, should be desplayed in a fix height band (50mm), independent of the content, so whether some lines stretch or not. But right now whenever a text field stretches the band gets stretched as well, which means it looses it's fixed height. I can't simply put all text into one big text field because the layout is kind of tabular form like where there is a line of fix text field combined with a stretchable text field and of course the next line should float below it and soon. I'm relatively new to Jasper. I'm using JasperSoft Studio 6.2.1. I tried a lot of different layouts but could not find a solution for it. I'm running out of ideas. Does anybody have an idea to solve my problem? Thanks, Agnes
×
×
  • Create New...