I have a bunch of .jasper file which I have no idea which java version has been used to compile them.
Is there any way to detect it?
For java class I know dat we can use follwing command.
javap -verbose .\Customer.class | findstr "major"
I have a bunch of .jasper file which I have no idea which java version has been used to compile them.
Is there any way to detect it?
For java class I know dat we can use follwing command.
javap -verbose .\Customer.class | findstr "major"
Follow the below steps to find the Jasper Report version: