Hi all,
I'm working with Eclipse and Maven. I am using Jena (version 4.5) and my
version of the jre is 1.8.0_341. The version of my jdk is 1.8.0_831.
But, when i want to build my java program, I have this message :
"Exception in thread "main" java.lang.UnsupportedClassVersionError:
org/apache/jena/tdb2/TDB2Factory has been compiled by a more recent
version of the Java Runtime (class file version 55.0), this version of
the Java Runtime only recognizes class file versions up to 52.0"
Apparently, this means that my JRE is 1.8 and the JRE used to compile
TDB2F is 1.11. I can not update my JRE (it is not allow by Oracle).
So, how to do ? What is the solution ?
Many thanks in advance,
Best regards
Xavier