I can't get to run a .jar file with JRE only. it only works with JDK 20
Exception in thread "main" java.lang.UnsupportedClassVersionError: misc/GameRunner has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 52.0
I want to build a .exe with JRE bundled in but I can't even get JRE to run my application which was developed in JDK 20