when building z390 from the distribution file with source code, errors pop up when using an incorrect version of the java compiler.
By hard-coding the required version number in the bdjar procedure we:
prevent users from getting confused by unneeded error messages
catch users using a downgraded java compiler version red-handed
I'm not too fond of a hard-coded version number, but complaining users are even worse.
when building z390 from the distribution file with source code, errors pop up when using an incorrect version of the java compiler. By hard-coding the required version number in the bdjar procedure we:
I'm not too fond of a hard-coded version number, but complaining users are even worse.