I'm getting the following error when I'm running my main class:
Error: LinkageError occurred while loading main class Main java.lang.UnsupportedClassVersionError: Main has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 59.0
I set the Compiler Complience level in eclipse to 16 and set the JRE to jre1.8.0_291 (most recent on the Oracle website). Which JRE do I need to run the code compiled by JDE 16?