Open
Description
Running into below issue while running program on AIX machine.
Caused by: java.lang.Exception: No native library is found for os.name=AIX and os.arch=ppc64. path=/org/sqlite/native/AIX/ppc64 at org.sqlite.SQLiteJDBCLoader.loadSQLiteNativeLibrary(SQLiteJDBCLoader.java:335) at org.sqlite.SQLiteJDBCLoader.initialize(SQLiteJDBCLoader.java:64) at org.sqlite.core.NativeDB.load(NativeDB.java:63) at org.sqlite.SQLiteConnection.open(SQLiteConnection.java:235)
Ran checks and
- could see "AIX" support is not available in native directory.
- couldn't find entry for "AIX" in makefile as well(under source code sqlite-jdbc/Makefile).
Any pointers to resolve the issue?
Thanks.