FherStk / AutoCheck

Multipurpose and extensible automated assignment validator, designed for academic purposes only, which has been developed using C# over .NET 6.0.

Home Page:https://fherstk.github.io/AutoCheck/html/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java version requirement

FherStk opened this issue · comments

commented

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