iOS Question Compile error: Source option 6 no longer supported

My iOS app hadn't need to be updated for more than 2 years.
Last month, an obscure bug was detected so it was time for a small fix.

That went well, but compilation stops with the error below:

---------------------

B4i Version: 7.50
Parsing code. (0.07s)
Building folders structure. (0.04s)
Compiling code. (0.23s)
Compiling layouts code. (0.00s)
Compiling debugger engine code. Error
error: Source option 6 is no longer supported. Use 7 or later.

javac 14.0.1

------------------------

How and where can I change this source option ?
 
I was using Java 14 but switched to Java 11 and that error went away.
However I have another error now probably related to B4i licensing.
I don't have a Mac so I need a hosted server and I believe that licensing for that should be renewed annually ?
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top