FherStk / AutoCheck

Multipurpose and extensible automated assignment validator, designed for academic purposes only, which has been developed using C# over .NET 6.0.
https://fherstk.github.io/AutoCheck/html/
GNU Affero General Public License v3.0
5 stars 1 forks source link

Java version requirement #111

Open FherStk opened 1 year ago

FherStk commented 1 year ago

SourceCode.cs Line 52

When returning "1" and the error message is like "CLI 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". Throw a new exception type, in order to warn of a missing requirement, the java minimum version in this case.

sudo apt install openjdk-18-jdk -y