You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Branch: sqlite-only
Error: An exception of type 'java.lang.UnsatisfiedLinkError' occurred in sqlite.jdbc.dll but was not handled in user code org/sqlite/core/NativeDB._open_utf8([BI)V
2. SQLite with flyway
Usage:
Branch: sqlite-with-flyway
Error: An exception of type 'java.lang.UnsatisfiedLinkError' occurred in org.flywaydb.core.dll but was not handled in user code org/sqlite/core/NativeDB._open_utf8([BI)V
Could you please take a look, what am I doing wrong?
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to use IKVM for converting a java service using SQLite.
You can find the sources in this repo
I am using it in 2 ways,
Usage:
Branch: sqlite-only
Error:
An exception of type 'java.lang.UnsatisfiedLinkError' occurred in sqlite.jdbc.dll but was not handled in user code org/sqlite/core/NativeDB._open_utf8([BI)V
2. SQLite with flyway
Usage:
Branch: sqlite-with-flyway
Error:
An exception of type 'java.lang.UnsatisfiedLinkError' occurred in org.flywaydb.core.dll but was not handled in user code org/sqlite/core/NativeDB._open_utf8([BI)V
Could you please take a look, what am I doing wrong?
The text was updated successfully, but these errors were encountered: