Wish Compiler #JDKxx

EnriqueGonzalez

Well-Known Member
Licensed User
Longtime User
I have some customers stuck in JDK 8 others that are on JDK 11 and in some months i will get the 3 flavors with JDK14

it may be helpful that we have,

#IF JDK11
#AdditionalJar: mssql-jdbc-8.2.2.jre11
#ELSE IF JDK8
#AdditionalJar: mssql-jdbc-6.2.2.jre8
#END IF
 
Top