I’m getting this error while trying to run $./your_program.sh locally.
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 67.0), this version of the Java Runtime only recognizes class file versions up to 66.0
Any idea how to fix this? It’s forcing me to test it out by running
codecrafters test
more often