Using Oracle's JDK 20, I get a B4J compile-time error saying
The oft-suggested workarounds like "use an earlier JDK" won't be applicable in my situation. Do we foresee a fix for this soon? I'm under a bit of time-crunch. Thanks in advance for any help.
Compiler error:
Compiling generated Java code. Error
error: Source option 7 is no longer supported. Use 8 or later.
javac 20
The oft-suggested workarounds like "use an earlier JDK" won't be applicable in my situation. Do we foresee a fix for this soon? I'm under a bit of time-crunch. Thanks in advance for any help.