Im not sure if this is related to 5.9 Beta 1 or not. I am compiling a project to a library.
I have two variables defined in Process_Globals in a code module.
However Im getting a file not found exception when I try to access the sqlite file. I tried to log the variables but the variables dont show in the Log.
I reviewed the derived Java code and the resulting JAR and the global variables are set to empty!
See the attached file.
I have two variables defined in Process_Globals in a code module.
B4X:
Sub Process_Globals
Dim SQLDirectory As String = File.DirApp
Dim SQLFileName As String = "esri_patches.sqlite"
End Sub
However Im getting a file not found exception when I try to access the sqlite file. I tried to log the variables but the variables dont show in the Log.
I reviewed the derived Java code and the resulting JAR and the global variables are set to empty!
See the attached file.