regarding https://www.b4x.com/android/forum/threads/sqlite-jdbc-library-version-updates.133792/ (posted 18/10/2023)
i only have 1 project in b4j and uses sqlite, and i'm ashamed to say that i've fallen behind on updating Sqlite-jdbc. (and many thanks to forum memberr oliveira for, at least, attempting to keep us all informed).
for what it's worth, the last version that compiles for me without error is 3.43.0.0. both 3.43.2.0 and 3.43.2.1 cause the same issue, which 3.43.2.1 claims to fix.
this is the fix mentioned for 3.43.2.1: do not initialize logging framework at build-time (d8f762c)
please refer to the attached images:
on the left side, you can see the version being used, and in the log, you can see the very logging framework error which is mentioned in the list of fixes. 3.43.2.0 and 3.43.2.1 cause the logging initialization error, while 3.43.0.0 does not.
i'm guessing another dependency might need to be updated, but i have only had to reference Sqlite-jdbc in the past, and any updates to that library worked fine until 3.43.0.0
i only have 1 project in b4j and uses sqlite, and i'm ashamed to say that i've fallen behind on updating Sqlite-jdbc. (and many thanks to forum memberr oliveira for, at least, attempting to keep us all informed).
for what it's worth, the last version that compiles for me without error is 3.43.0.0. both 3.43.2.0 and 3.43.2.1 cause the same issue, which 3.43.2.1 claims to fix.
this is the fix mentioned for 3.43.2.1: do not initialize logging framework at build-time (d8f762c)
please refer to the attached images:
on the left side, you can see the version being used, and in the log, you can see the very logging framework error which is mentioned in the list of fixes. 3.43.2.0 and 3.43.2.1 cause the logging initialization error, while 3.43.0.0 does not.
i'm guessing another dependency might need to be updated, but i have only had to reference Sqlite-jdbc in the past, and any updates to that library worked fine until 3.43.0.0