Hello
This question is based on being able to use jserver3 or jserver4 based on a build condition. I am not referring to external jars, on the libraries in the Additional and Internal folders
Here is an example od what I currently do for mssql-jdbc
You can see what is going on here. I was wondering is the another # directive to allow me user a library from addition or internal
Thanks in advance
John.
This question is based on being able to use jserver3 or jserver4 based on a build condition. I am not referring to external jars, on the libraries in the Additional and Internal folders
Here is an example od what I currently do for mssql-jdbc
B4X:
#if java11
#JavaCompilerPath: 19, C:\Java\jdk-19.0.2\bin\javac.exe
#AdditionalJar: C:\Java\jdbc\sqljdbc_12.8\enu\jars\mssql-jdbc-12.8.1.jre11.jar
#else
#JavaCompilerPath: 8, C:\Java\jdk1.8.0_351\bin\javac.exe
#AdditionalJar: mssql-jdbc-6.2.2.jre8.jar
#End If
You can see what is going on here. I was wondering is the another # directive to allow me user a library from addition or internal
Thanks in advance
John.