I am trying to compile my project.
Ant version is: Apache Ant(TM) version 1.10.8
I run first ant in a folder with build.xml
Then I compile: java -jar asp.jar easter.asp
java -version: java "11.0.1" javac - version: javac 11.0.1
Then I get this error message: has been compiled by a more recent version of the Java Runtime (class file version 58.0), this version of the Java Runtime only recognizes class file versions up to 55.0
How do I resolve this issue? I am also currently using Macbook Pro, and I get same problem when compiling on Visual Studio Code and terminal Window