Open tyom77 opened 2 months ago
Hi guys,
I would like to use this but still cannot find any solution. Do you need any other information from my side to check this issue?
Could you please let me know what can I do to help you to make this work?
Thanks
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,
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
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?