I'm having a problem using Jaspersoft Studio.
I generate many jasper reports through a Java application, but when I try to generate a report that has a subreport in it I get the: "Unsupported major.minor version 52.0" error
Which I know means that the .jasper is being compiled using 1.8 and the java application is running on 1.7.
Now, I'm banging my head against a wall when I try to change the "compiler compliance level" on JasperSoft Studio (window > preferences > Compiler) from 1.8 to 1.7
The program itself tells me I need to activate the JRE before I can use it, but the interface button that would let me do that is unresponsive.
I've tried downloading the jre 1.7 from Oracle and putting it on the "jasper/TIB_js-studiocomm_6.6.0/features" folder, then changed the "JaspersoftStudio.ini" to reflect the new path, but I get a configuration error.
Is there any other way that I could change the jre used by JasperSoft Studio to compile ?