I am a beginner in coding and I started to code my first real program ever, just a simple math game. Now I am trying to get the code to an exe file. I use eclipse newest version for coding and Launch4j v.3.14 for extracting the exe. file. my java versions are :
java version "1.8.0_281"
Java(TM) SE Runtime Environment (build 1.8.0_281-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.281-b09, mixed mode)
if I try to open the final exe file, nothing happens, if I try to run the file due Launch4j I get the following error in the log
Error: LinkageError occurred while loading main class start java.lang.UnsupportedClassVersionError: start has been compiled by a more recent version of the Java Runtime (class file version 59.0), this version of the Java Runtime only recognizes class file versions up to 57.0
What should I do? I need help, please.